mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove miscellaneous __STDC__ conditionals.
This commit is contained in:
@ -8,11 +8,9 @@ typedef struct _Buffer {
|
||||
int room, used;
|
||||
} Buffer;
|
||||
|
||||
#if __STDC__ - 0
|
||||
void InitBuffer (Buffer *b);
|
||||
void AppendToBuffer (register Buffer *b, const char *str, register int len);
|
||||
void ReadFile (register Buffer *buffer, FILE *input);
|
||||
#endif
|
||||
|
||||
#define INIT_BUFFER_SIZE 10000
|
||||
|
||||
|
Reference in New Issue
Block a user