⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 temp.h

📁 linux 的引导程序源码The Microsoft&reg Windows&reg Software Development Kit (SDK) provides the documentation
💻 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 + -