mirror of
https://github.com/ksherlock/gopher.git
synced 2025-01-21 22:30:35 +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 |