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