ccccourse / co110a

計算機結構課程 -- 筆記、習題與報告
7 stars 56 forks source link

加分練習題:請寫出自己的 C 語言標準函式庫 #26

Open ccckmit opened 2 years ago

ccckmit commented 2 years ago
  1. memcpy()
  2. snprintf() -- 只要支援 %c, %s, %d 就可以了。
  3. assert()