mirror of
https://github.com/ksherlock/gopher.git
synced 2025-03-13 19:35:20 +00:00
fsettext macro for orca
This commit is contained in:
parent
a570a37fa3
commit
a83502fa20
@ -4,6 +4,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define fsetbinary(f) (f->_flag &= ~_IOTEXT)
|
||||
#define fsettext(f) (f->_flag |= _IOTEXT)
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user