6 lines
74 B
C
6 lines
74 B
C
|
#include <pc_file.h>
|
||
|
|
||
|
notext(f) struct file *f; {
|
||
|
f->flags &= ~TXTBIT;
|
||
|
}
|