misc.c

来自「基于4个mips核的noc设计」· C语言 代码 · 共 6 行

C
6
字号
/* * BSD wants to set a __cleanup vector to be called on exit(). We use the * exit in libgcc.a which calls _cleanup automatically to close files. */void     (*__cleanup)();

⌨️ 快捷键说明

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