equal
deleted
inserted
replaced
61 |
61 |
62 int Length(string255 a); |
62 int Length(string255 a); |
63 string255 copy(string255 a, int s, int l); |
63 string255 copy(string255 a, int s, int l); |
64 string255 delete(string255 a, int s, int l); |
64 string255 delete(string255 a, int s, int l); |
65 |
65 |
66 #define STRCONSTDECL(a, b) const string255 a = {.len = sizeof(b), .str = b} |
66 #define STRINIT(a) {.len = sizeof(a), .str = a} |
67 |
67 |
68 typedef int file; |
68 typedef int file; |
69 extern int FileMode; |
69 extern int FileMode; |
70 extern int IOResult; |
70 extern int IOResult; |
71 |
71 |