说明: #include #include #include void main(void) { char path[64] = "C:\\TEMP\\"; int handle; if ((handle = creattemp(path, 0)) == -1) printf("Error creating file\n"); else { printf("Complete path: %s\n", path); close(handle); } } ...展开收缩
<loveljm123> 上传 | 大小:177kb