📄 aeabi_atexit.c
字号:
#include <stdlib.h>/* Register a function to be called by exit or when a shared library is unloaded. This routine is like __cxa_atexit, but uses the calling sequence required by the ARM EABI. */int__aeabi_atexit (void *arg, void (*func) (void *), void *d){ return __cxa_atexit (func, arg, d);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -