diff options
Diffstat (limited to 'open.h')
| -rw-r--r-- | open.h | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef OPEN_H | ||
| 2 | #define OPEN_H | ||
| 3 | |||
| 4 | extern int open_read(); | ||
| 5 | extern int open_excl(); | ||
| 6 | extern int open_append(); | ||
| 7 | extern int open_trunc(); | ||
| 8 | extern int open_write(); | ||
| 9 | |||
| 10 | #endif | ||
