📄 creattem.c
字号:
#include <string.h>
#include <stdio.h>
#include <io.h>
void main(void)
{
int handle;
char path[128];
strcpy(path, "\\");
handle = creattemp(path, 0);
printf("created temp file is %s\n", path);
close(handle);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -