06 2014 档案
摘要:#include #define N 80//函数原型声明int _strlen (char * pstr1);char * _strcpy (char * ptarget, char * pstr2 );char * _strcat (char * pstr3, char *pstr4);in...
阅读全文
摘要:示例代码注重这里p1的作用以下代码是用尾插法添加结点#include #include #define N sizeof (STU)typedef struct stu{ int num; char name[20];} STU, * PSTU;PSTU creat (PSTU head) ...
阅读全文

浙公网安备 33010602011771号