fehQlibs
27
Qlibs
Loading...
Searching...
No Matches
fehQlibs-27
include
open.h
Go to the documentation of this file.
1
#ifndef OPEN_H
2
#define OPEN_H
3
9
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 Tue May 27 2025 21:48:00 for fehQlibs by
1.13.2