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