ack/lang/pc/libpc/notext.c
1984-07-20 11:03:31 +00:00

7 lines
89 B
C

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