ack/lang/pc/libpc/notext.c
1984-07-20 10:44:57 +00:00

5 lines
74 B
C

#include <pc_file.h>
notext(f) struct file *f; {
f->flags &= ~TXTBIT;
}