6 lines
54 B
C
6 lines
54 B
C
/* File: example.h */
|
|
|
|
extern int ivar;
|
|
|
|
int ifunc();
|
/* File: example.h */
|
|
|
|
extern int ivar;
|
|
|
|
int ifunc();
|