box-o-sand/lcthw-remnants-2/c-skeleton/src/your_library.h

9 lines
99 B
C
Raw Normal View History

2016-04-16 18:48:19 +00:00
#ifndef _your_library_h
#define _your_library_h
#define WEASELS 23
int howmanyweasels();
#endif