ack/lang/pc/libpc/notext.c

7 lines
89 B
C
Raw Normal View History

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