🌈 搜索
📅  最后修改于: 2022-03-11 15:04:39.800000             🧑  作者: Mango
char *str; /* ... allocate storage for str here ... */ *str = '\0'; /* Same as *str = 0; */