mirror of
https://github.com/ksherlock/gopher.git
synced 2026-04-19 15:16:47 +00:00
fsettext macro for orca
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define fsetbinary(f) (f->_flag &= ~_IOTEXT)
|
||||
#define fsettext(f) (f->_flag |= _IOTEXT)
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user