c_ptr_tests_7_driver.c

来自「用于进行gcc测试」· C语言 代码 · 共 15 行

C
15
字号
/* This is the driver for c_ptr_test_7.  */extern void abort(void);void *func0();int main(int argc, char **argv){  /* The Fortran module c_ptr_tests_7 contains function func0, which has     return type of c_ptr, and should set the return value to c_null_ptr.  */  if (func0() != 0)    abort();  return 0;}

⌨️ 快捷键说明

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