fehQlibs
26
Qlibs
Loading...
Searching...
No Matches
fehQlibs-26
include
open.h
Go to the documentation of this file.
1
#ifndef OPEN_H
2
#define OPEN_H
3
10
int
open_read
(
const
char
*);
11
int
open_excl
(
const
char
*);
12
int
open_append
(
const
char
*);
13
int
open_trunc
(
const
char
*);
14
int
open_write
(
const
char
*);
15
16
#endif
open_write
int open_write(const char *)
Definition:
open.c:24
open_read
int open_read(const char *)
Definition:
open.c:18
open_trunc
int open_trunc(const char *)
Definition:
open.c:21
open_excl
int open_excl(const char *)
Definition:
open.c:15
open_append
int open_append(const char *)
Definition:
open.c:12
Generated on Sat Nov 2 2024 13:01:06 for fehQlibs by
1.9.6