|
|
@ -9,6 +9,6 @@ size_t \fBstr_copy\fP(char* \fIout\fR,const char* \fIin\fR);
|
|
|
|
str_copy copies the leading bytes of \fIin\fR to \fIout\fR up to and
|
|
|
|
str_copy copies the leading bytes of \fIin\fR to \fIout\fR up to and
|
|
|
|
including the first occurrance of \\0.
|
|
|
|
including the first occurrance of \\0.
|
|
|
|
|
|
|
|
|
|
|
|
str_copy returns the number of bytes copied.
|
|
|
|
str_copy returns the number of bytes copied (not including the \\0).
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
strlen(3)
|
|
|
|
strlen(3)
|
|
|
|