xref: /netbsd-src/common/lib/libc/arch/arm/string/strlen.S (revision 7d3af8c6a2070d16ec6d1aef203d052d6683100d)
1/* $NetBSD: strlen.S,v 1.2 2013/01/08 13:21:05 matt Exp $ */
2
3#ifdef _STANDALONE
4#include "strlen_naive.S"
5#else
6#include "strlen_arm.S"
7#endif
8