Initial revision
This commit is contained in:
5
lang/pc/libpc/notext.c
Normal file
5
lang/pc/libpc/notext.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <pc_file.h>
|
||||
|
||||
notext(f) struct file *f; {
|
||||
f->flags &= ~TXTBIT;
|
||||
}
|
||||
Reference in New Issue
Block a user