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

NAME

6       iob_adds - add buffer to I/O batch
7

SYNTAX

9       #include <iob.h>
10
11       void iob_adds(io_batch* b,const char* s);
12

DESCRIPTION

14       iob_adds  schedules  the  ASCIIZ  C string s to be written with the I/O
15       batch b.
16
17       Use iob_adds if you want the string to be deallocated automatically  by
18       iob_reset.
19

SEE ALSO

21       iob_reset(3),     iob_send(3),     iob_addbuf(3),     iob_adds_free(3),
22       iob_addfile(3)
23
24
25
26                                                                   iob_adds(3)
Impressum