XINU
|
二つの文字列を比較し、その結果を返す。 More...
Go to the source code of this file.
Functions | |
int | strcmp (char *str1, char *str2) |
二つの文字列を比較し、その結果を返す。 More... | |
二つの文字列を比較し、その結果を返す。
Definition in file strcmp.c.
int strcmp | ( | char * | str1, |
char * | str2 | ||
) |