david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

The prototype for strcasecmp() is apparently in strings.h.

This commit is contained in:
Michael Brown 2006-08-08 22:52:16 +00:00
parent 409f69a08a
commit eda79ec32b
1 changed files with 2 additions and 0 deletions

View File

@ -51,4 +51,6 @@ extern int __flsl ( long x );
#define fls( x ) \
( __builtin_constant_p ( x ) ? __constant_fls ( x ) : __fls ( x ) )
extern int strcasecmp ( const char *s1, const char *s2 );
#endif /* _STRINGS_H */