rcs_exit.hh

来自「Source code for an Numeric Cmputer」· HH 代码 · 共 35 行

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