temp.h

来自「LINUX lilo-22.7.1 源代码。」· C头文件 代码 · 共 31 行

H
31
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?