🌈 搜索
📅  最后修改于: 2022-03-11 15:04:42.540000             🧑  作者: Mango
char *c = ""; if ((c != NULL) && (c[0] == '\0')) { printf("c is empty\n"); }