Searched defs:strchr (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/include/ | ||
H A D | ast_std.h | 322 #if !defined(strchr) && !defined(_lib_strchr) && defined(_lib_index) 323 #define strchr(s,c) index(s,c) macro |
Completed in 32 milliseconds