Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 136 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 136 Bytes

C语言

  1. fgets使用中需要注意的问题,它会保留末尾的换行符。
  2. memcpy()存在dest和src内存重叠的情况。