📄 static_init.h
字号:
/******************************************************************************
* \ ___ / *
* / \ *
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -