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

📄 rcs_exit.hh

📁 Source code for an Numeric Cmputer
💻 HH
字号:
/********************************************************************* Description: rcs_exit.hh*   This module provides a portable way to make sure multiple*   functions are called before exiting.*   These functions should be written to take an int  and return void.**   Derived from a work by Fred Proctor & Will Shackleford** Author:* License: LGPL Version 2* System: Linux*    * Copyright (c) 2004 All rights reserved.** Last change: * $Revision: 1.5 $* $Author: paul_c $* $Date: 2005/05/23 16:34:34 $********************************************************************/#ifndef RCS_EXIT_HH#define RCS_EXIT_HH#ifdef __cplusplusextern "C" {#endif    int attach_rcs_exit_list(void (*fptr) (int));    void rcs_cleanup(int code);    void rcs_exit(int code);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -