diff options
author | John van Groningen | 2003-07-11 13:47:24 +0000 |
---|---|---|
committer | John van Groningen | 2003-07-11 13:47:24 +0000 |
commit | 2255def3b1d52edce2b87c30ddff0a206abda7cd (patch) | |
tree | 406f668067c28094b4a64a59d6549554bcb54f51 /cginput.h | |
parent | fix bug in floating point subtract and divide (diff) |
add .c and .h files
Diffstat (limited to 'cginput.h')
-rw-r--r-- | cginput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cginput.h b/cginput.h new file mode 100644 index 0000000..dd6b082 --- /dev/null +++ b/cginput.h @@ -0,0 +1,2 @@ +void initialize_parser (VOID); +int parse_file (FILE *file); |