box-o-sand/lcthw-remnants-2/c-skeleton/src/your_library.h
2016-04-16 14:48:19 -04:00

9 lines
99 B
C

#ifndef _your_library_h
#define _your_library_h
#define WEASELS 23
int howmanyweasels();
#endif