📄 temp.h
字号:
/* temp.h - Temporary file registryCopyright 1992-1995 Werner Almesberger.Copyright 1999-2004 John Coffman.All rights reserved.Licensed under the terms contained in the file 'COPYING' in the source directory.*/#ifndef TEMP_H#define TEMP_H#define temp_check(x) ((x)!=LILO)void 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 + -