1 1.1.2.2 matt /* $NetBSD: strnlen.S,v 1.1.2.2 2013/02/07 07:06:02 matt Exp $ */ 2 1.1.2.2 matt 3 1.1.2.2 matt #define STRNLEN 4 1.1.2.2 matt 5 1.1.2.2 matt #ifdef _STANDALONE 6 1.1.2.2 matt #include "strlen_naive.S" 7 1.1.2.2 matt #else 8 1.1.2.2 matt #include "strlen_arm.S" 9 1.1.2.2 matt #endif 10