📄 hcomp.c
字号:
#include <cpdefs.h>#include <string.h>inthcomp(const void *a, const void *b){ struct comm **c1 = (struct comm **) a; struct comm **c2 = (struct comm **) b; return (strcmp((*c1)->co_comname, (*c2)->co_comname));}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -