Initial revision

This commit is contained in:
sater
1984-07-20 10:44:57 +00:00
parent 1a0102783f
commit f54556ac0f
73 changed files with 3041 additions and 0 deletions

5
lang/pc/libpc/notext.c Normal file
View File

@@ -0,0 +1,5 @@
#include <pc_file.h>
notext(f) struct file *f; {
f->flags &= ~TXTBIT;
}