summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b036340..d0a7914 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,5 @@
# cmem
+C言語のメモリ処理に関する学習用。
+以下のブログ記事から
+[[C言語] メモリ処理系の関数一覧 | 晴耕雨読](https://tex2e.github.io/blog/c/buffer-manipulation)
+上記記事を参考にしつつ、`strlcpy`を使ったり、一部必要なライブラリが無いとコンパイル時に叱られたので一部ちょこちょこ修正したりエラー吐かせるときに`fprint(stderr, "string")`にしたりと変えたりしている。