Initial revision

This commit is contained in:
ceriel
1987-01-05 14:44:25 +00:00
parent 26326c178e
commit 2254b35256
8 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifdef DEBUG
#define PRIVATE
#else
#define PRIVATE static
#endif
#define EXPORT