5 lines
45 B
C
5 lines
45 B
C
|
#ifndef C_H
|
||
|
#define C_H
|
||
|
extern int c;
|
||
|
#endif
|