diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:25:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:25:39 +0000 |
commit | b0886bd7ecb4ed1976d8ceddb1aeff3f54110114 (patch) | |
tree | ce0ee98c2f5c2a0bd2e9a6530be4fa4fbd7c03a8 /libfshelp/fshelp.c | |
parent | afb43784ec70863c09ec927bb588355f2df4a3c5 (diff) |
Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fshelp.h: Add extern inline protection.
* fshelp.c: New file.
* Makefile (SRCS): Add fshelp.c.
Diffstat (limited to 'libfshelp/fshelp.c')
-rw-r--r-- | libfshelp/fshelp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libfshelp/fshelp.c b/libfshelp/fshelp.c new file mode 100644 index 00000000..49477bd3 --- /dev/null +++ b/libfshelp/fshelp.c @@ -0,0 +1,2 @@ +#define FSHELP_EI +#include "fshelp.h" |