1io_appendfile(3)           Library Functions Manual           io_appendfile(3)
2
3
4

NAME

6       io_appendfile - open a file for appending
7

SYNTAX

9       #include <io.h>
10
11       int io_appendfile(int64* d,const char* s);
12

DESCRIPTION

14       io_appendfile  sets  d to the number of a new descriptor writing to the
15       end of the disk file named s, and returns 1.   If  the  file  does  not
16       exist, it will be created with mode 0600.
17
18       If  something  goes  wrong,  io_appendfile  sets  errno to indicate the
19       error, and returns 0; it does not create a new descriptor, and it  does
20       not touch d.
21

SEE ALSO

23       io_readfile(3), io_createfile(3), io_readwritefile(3)
24
25
26
27                                                              io_appendfile(3)
Impressum