How to hide a function in a header file in C?

后端 未结 0 437
情歌与酒
情歌与酒 2020-12-19 02:17

Let\'s suppose that there are lib.c and lib.h.

//lib.c
int foo(int a, int flag);   // some function
int boo(void)               // some other function that ca         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题