5 static unsigned int hash (const char *, unsigned int);
9 const char * libc_name_p (const char *, unsigned int);
11 # The standard C library functions, for feeding to gperf; the result is used
14 # [lib.res.on.exception.handling]: None of the functions from the
15 # Standard C library shall report an error by throwing an
16 # exception, unless it calls a program-supplied function that
17 # throws an exception.
19 # bsearch and qsort are commented out because they can call such functions.