📄 temp.h
字号:
/* temp.h - Temporary file registry *//* Copyright 1992-1995 Werner Almesberger. See file COPYING for details. */#ifndef TEMP_H#define TEMP_Hvoid temp_register(char *name);/* Registers a file for removal at exit. */void temp_unregister(char *name);/* Removes the specified file from the temporary file list. */void temp_remove(void);/* Removes all temporary files. */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -