ex28 extra credit
This commit is contained in:
6
lcthw-remnants-2/c-skeleton/src/your_library.c
Normal file
6
lcthw-remnants-2/c-skeleton/src/your_library.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "your_library.h"
|
||||
|
||||
int howmanyweasels()
|
||||
{
|
||||
return WEASELS;
|
||||
}
|
8
lcthw-remnants-2/c-skeleton/src/your_library.h
Normal file
8
lcthw-remnants-2/c-skeleton/src/your_library.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _your_library_h
|
||||
#define _your_library_h
|
||||
|
||||
#define WEASELS 23
|
||||
|
||||
int howmanyweasels();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user