gopher/gno.orca.h

9 lines
108 B
C
Raw Normal View History

2013-08-10 20:25:15 -04:00
#ifndef __orca__
#define __orca__
#include <stdio.h>
#define fsetbinary(f) (f->_flag &= ~_IOTEXT)
#endif