ack/lang/pc/libpc/notext.c

6 lines
74 B
C
Raw Normal View History

1984-07-20 10:44:57 +00:00
#include <pc_file.h>
notext(f) struct file *f; {
f->flags &= ~TXTBIT;
}