-
Notifications
You must be signed in to change notification settings - Fork 0
/
gb_io.h
72 lines (49 loc) · 994 Bytes
/
gb_io.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/*6:*/
#line 85 "gb_io.w"
/*7:*/
#line 93 "gb_io.w"
#include <stdio.h>
#ifdef SYSV
#include <string.h>
#else
#include <strings.h>
#endif
/*:7*/
#line 86 "gb_io.w"
extern long io_errors;
/*:6*//*13:*/
#line 204 "gb_io.w"
#define unexpected_char 127
extern char imap_chr();
extern long imap_ord();
/*:13*//*16:*/
#line 224 "gb_io.w"
extern void gb_newline();
extern long new_checksum();
/*:16*//*19:*/
#line 258 "gb_io.w"
extern long gb_eof();
/*:19*//*21:*/
#line 275 "gb_io.w"
extern char gb_char();
extern void gb_backup();
/*:21*//*23:*/
#line 306 "gb_io.w"
extern long gb_digit();
extern unsigned long gb_number();
/*:23*//*25:*/
#line 351 "gb_io.w"
#define STR_BUF_LENGTH 160
extern char str_buf[];
extern char*gb_string();
/*:25*//*29:*/
#line 426 "gb_io.w"
#define gb_raw_open gb_r_open
extern void gb_raw_open();
extern long gb_open();
/*:29*//*41:*/
#line 567 "gb_io.w"
#define gb_raw_close gb_r_close
extern long gb_close();
extern long gb_raw_close();
/*:41*/