mirror of
https://github.com/ksherlock/gopher.git
synced 2025-04-29 04:37:42 +00:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef __orca__
|
|
#define __orca__
|
|
|
|
#include <stdio.h>
|
|
|
|
#define fsetbinary(f) (f->_flag &= ~_IOTEXT)
|
|
|
|
|
|
#endif |