temp.h
来自「linux 的引导程序源码The Microsoft® Windows&r」· C头文件 代码 · 共 23 行
H
23 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?