Searched defs:strchr (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dast_std.h322 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index)
323 #define strchr(s,c) index(s,c) macro

Completed in 8 milliseconds