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

NAME

6       iob_adds_free - add buffer to I/O batch
7

SYNTAX

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

DESCRIPTION

14       iob_adds_free  schedules  the  ASCIIZ C string s to be written with the
15       I/O batch b.
16
17       iob_reset will deallocate the string automatically.
18

SEE ALSO

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