sh2.c

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

C
25
字号
/* This is part of the shared library ld test.  This file becomes part   of a shared library.  *//* This variable is defined here, and referenced by another file in   the shared library.  */int shlibvar2 = 4;/* This function is called by another file in the shared library.  */intshlib_shlibcalled (){  return 5;}#ifdef DSO_DEFINE_TESTintvisibility (){  return 2;}int visibility_var = 2;#endif

⌨️ 快捷键说明

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