| 234 | __INLINE__ void clearerr(FILE* f) { (void) _std_clearerr(f); } |
| 235 | __INLINE__ void clearerr_unlocked(FILE* f) { (void) _std_clearerr(f); } |
| 236 | __INLINE__ char * gets(char* f) { return _std_gets(f);} |
| 237 | #else |
| 238 | |
| 239 | #define fclose(f) ( _std_fclose(f) ) |