static_init.h

来自「这是RENESAS的DASHBOARD的方案」· C头文件 代码 · 共 40 行

H
40
字号
/******************************************************************************
*                                                             \  ___  /       *
*                                                               /   \         *
* Edison Design Group C++  Runtime                           - | \^/ | -      *
*                                                               \   /         *
* Proprietary information of Edison Design Group Inc.         /  | |  \       *
* Copyright 1992 Edison Design Group Inc.                        [_]          *
*                                                                             *
******************************************************************************/
/*

Declarations relating to static_init.c -- initialization and termination.

*/

#ifndef STATIC_INIT_H
#define STATIC_INIT_H 1

/*
External declarations for the functions that perform the static
initialization and destruction.
*/

extern void __call_ctors();
extern void __call_dtors();

#endif /* STATIC_INIT_H */



/******************************************************************************
*                                                             \  ___  /       *
*                                                               /   \         *
* Edison Design Group C++  Runtime                           - | \^/ | -      *
*                                                               \   /         *
* Proprietary information of Edison Design Group Inc.         /  | |  \       *
* Copyright 1992 Edison Design Group Inc.                        [_]          *
*                                                                             *
******************************************************************************/

⌨️ 快捷键说明

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