#include <pc_file.h>#include <pc_err.h>Go to the source code of this file.
Functions | |
| _cls () | |
| _xcls () | |
| _trp () | |
| int | _getpid () |
| int | _creat () |
| int | _open () |
| int | _close () |
| int | _unlink () |
| long | _lseek () |
| _opn (int sz, struct file *f) | |
| _cre (int sz, struct file *f) | |
Variables | |
| struct file ** | _extfl |
| int | _extflc |
| struct file * | _curfil |
| int | _pargc |
| char ** | _pargv |
| char *** | _penviron |
| int _close | ( | ) |
| _cls | ( | ) |
| int _creat | ( | ) |
| int _getpid | ( | ) |
| long _lseek | ( | ) |
| int _open | ( | ) |
| _trp | ( | ) |
| int _unlink | ( | ) |
| _xcls | ( | ) |
1.5.8