diff options
author | haturatu <taro@eyes4you.org> | 2024-12-12 19:52:35 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-12 19:52:35 +0900 |
commit | 352d7816f34ce87eb622d344edcd229ae02fa437 (patch) | |
tree | 83e7b3e1d1f5325c9af4c20696097faf5f1821da | |
parent | cc2ae81289680e257d2992e1577077098b47107b (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ C言語のメモリ処理に関する学習用。 [[C言語] メモリ処理系の関数一覧 | 晴耕雨読](https://tex2e.github.io/blog/c/buffer-manipulation) 上記記事を参考にしつつ、`strlcpy`を使ったり、一部必要なライブラリが無いとコンパイル時に叱られたので一部ちょこちょこ修正したりエラー吐かせるときに`fprintf(stderr, "string\n")`にしたりと変えたりしている。 -# テスト用のコンパイル +## テスト用のコンパイル ```bash $ gcc -o a ./taget.c ``` |