在main函数之前运行的函数2020-05-04

2020-05-04  本文已影响0人  上官寒雨_11cb

RT:

1、使用attribute关键字声明constructor和destructor:

__attribute((constructor))void before()

{

    printf("before main\n");

}

2、全局变量初始化

3、atexit

参考链接:

https://www.jianshu.com/p/37f18b7d0cca

https://www.cnblogs.com/klcf0220/p/5663487.html

上一篇 下一篇

猜你喜欢

热点阅读