9 lines
99 B
C
9 lines
99 B
C
#ifndef _your_library_h
|
|
#define _your_library_h
|
|
|
|
#define WEASELS 23
|
|
|
|
int howmanyweasels();
|
|
|
|
#endif
|