首页 > 代码库 > C 内存操作 ---自《C程序员从校园到职场》

C 内存操作 ---自《C程序员从校园到职场》

1.  memset  and memcpy

 

/**********************************************/

2. strcat and strncat

 

/*********************************************/

3.strcpy and strncpy

 

/*********************************************/

4.strcmp and strncmp

C 内存操作 ---自《C程序员从校园到职场》