fsettext macro for orca

This commit is contained in:
Kelvin Sherlock 2014-09-22 17:47:51 -04:00
parent a570a37fa3
commit a83502fa20
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#include <stdio.h>
#define fsetbinary(f) (f->_flag &= ~_IOTEXT)
#define fsettext(f) (f->_flag |= _IOTEXT)
#endif
#endif