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

NAME

6       str_copy - copy an ASCIIZ string
7

SYNTAX

9       #include <str.h>
10
11       size_t str_copy(char* out,const char* in);
12

DESCRIPTION

14       str_copy  copies the leading bytes of in to out up to and including the
15       first occurrance of \0.
16
17       str_copy returns the number of bytes copied.
18

SEE ALSO

20       strlen(3)
21
22
23
24                                                                   str_copy(3)
Impressum