摘要: 函数原型 #include <search.h> int hcreate(size_t nel); ENTRY *hsearch(ENTRY item, ACTION action); void hdestroy(void); #define _GNU_SOURCE /* See feature_t 阅读全文
posted @ 2022-08-30 15:58 梦过无声 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 函数原型 #include <string.h> char *strtok(char *str, const char *delim); char *strtok_r(char *str, const char *delim, char **saveptr); str: 要分割的字符 delim: 阅读全文
posted @ 2022-08-30 14:54 梦过无声 阅读(116) 评论(0) 推荐(0) 编辑