XINU
|
NULL終端された文字列の長さを返す。NULL終端は長さに含まない。 More...
Go to the source code of this file.
Functions | |
int | strlen (char *str) |
NULL終端された文字列の長さを返す。NULL終端は長さに含まない。 More... | |
NULL終端された文字列の長さを返す。NULL終端は長さに含まない。
Definition in file strlen.c.
int strlen | ( | char * | str | ) |
NULL終端された文字列の長さを返す。NULL終端は長さに含まない。
[in] | str | 長さを調べる対象の文字列 |
Definition at line 11 of file strlen.c.
Referenced by addton(), devisid(), devonid(), dns_bldq(), dns_geta(), getattrid(), if(), newdev(), newtype(), and xsh_ping().