fix strncmp prototype

SVN revision: 16921
This commit is contained in:
tsauerbeck 2005-09-24 15:22:57 +00:00 committed by tsauerbeck
parent de083d7324
commit 4941bef9b0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ native fnmatch(glob[], str[]);
/* same as strcmp() */ /* same as strcmp() */
native strcmp(str1[], str2[]); native strcmp(str1[], str2[]);
/* same as strncmp */ /* same as strncmp */
native strncmp(str1[], str2[]); native strncmp(str1[], str2[], n);
/* same as strcpy */ /* same as strcpy */
native strcpy(dst[], src[]); native strcpy(dst[], src[]);
/* same as strncpy except it nul terminates */ /* same as strncpy except it nul terminates */