diff options
author | haturatu <taro@eyes4you.org> | 2024-12-12 18:54:12 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-12 18:54:12 +0900 |
commit | c6ac3bc17d843b21887bc5bfb6fbf6f63ba9b9c7 (patch) | |
tree | 185cf09312da2c67a7e76769d3b1a6f469566ba3 /README.md | |
parent | 2eb858c51eaf50a780ee47227963fcb36aac4102 (diff) |
update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ # cmem +C言語のメモリ処理に関する学習用。 +以下のブログ記事から +[[C言語] メモリ処理系の関数一覧 | 晴耕雨読](https://tex2e.github.io/blog/c/buffer-manipulation) +上記記事を参考にしつつ、`strlcpy`を使ったり、一部必要なライブラリが無いとコンパイル時に叱られたので一部ちょこちょこ修正したりエラー吐かせるときに`fprint(stderr, "string")`にしたりと変えたりしている。 |