1 /* $NetBSD: strchr.S,v 1.3 2013/08/19 01:08:29 matt Exp $ */ 2 3 #include <machine/asm.h> 4 5 STRONG_ALIAS(index, strchr) 6 7 #if defined(_STANDALONE) || defined(__thumb__) 8 #include "strchr_naive.S" 9 #else 10 #include "strchr_arm.S" 11 #endif 12
Indexes created Fri Sep 26 08:10:20 GMT 2025