Initial revision
This commit is contained in:
9
lang/pc/libpc/pclose.c
Normal file
9
lang/pc/libpc/pclose.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <pc_file.h>
|
||||
|
||||
extern _cls();
|
||||
|
||||
/* procedure pclose(var f:file of ??); */
|
||||
|
||||
pclose(f) struct file *f; {
|
||||
_cls(f);
|
||||
}
|
||||
Reference in New Issue
Block a user