diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:29:04 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:29:04 +0000 |
commit | e55ef2526c963f88b0cfe1f39dab0131377a1ae4 (patch) | |
tree | 8fec4f621bdab95e08c5faa7addad52eba5bc741 /libstore/store.c | |
parent | 592615ea7df69c2728362bd4238730d050c07312 (diff) |
Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* store.h: Add extern inline protection.
* store.c: New file.
* Makefile (SRCS): Add store.c.
Diffstat (limited to 'libstore/store.c')
-rw-r--r-- | libstore/store.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/store.c b/libstore/store.c new file mode 100644 index 00000000..a603d621 --- /dev/null +++ b/libstore/store.c @@ -0,0 +1,2 @@ +#define STORE_EI +#include "store.h" |