Mercurial > hg > index.cgi
comparison lwbasic/lwbasic.h @ 23:25a4aef9c5ed
lwbasic: Added basic character input framework
author | lost@l-w.ca |
---|---|
date | Sat, 22 Jan 2011 21:13:09 -0700 |
parents | 7c35fa8dbc91 |
children | 87590f43e76d |
comparison
equal
deleted
inserted
replaced
22:7c35fa8dbc91 | 23:25a4aef9c5ed |
---|---|
30 { | 30 { |
31 char *output_file; | 31 char *output_file; |
32 char *input_file; | 32 char *input_file; |
33 | 33 |
34 int debug_level; | 34 int debug_level; |
35 | |
36 void *input_state; | |
35 } cstate; | 37 } cstate; |
36 | 38 |
39 #ifndef __input_c_seen__ | |
40 extern int input_getchar(cstate *state); | |
41 #endif | |
42 | |
37 #endif /* __lwbasic_h_seen__ */ | 43 #endif /* __lwbasic_h_seen__ */ |