vers2.c

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· C语言 代码 · 共 14 行

C
14
字号
/* * Test function.  This is built into a shared library, and references a * versioned symbol foo that is in test.so. */#include <stdio.h>extern int show_foo ();voidshow_xyzzy(){  printf("%d", show_foo());}

⌨️ 快捷键说明

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