~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to src/reference/bionic/strlen.c

  • Committer: Michael Hope
  • Date: 2010-08-26 22:34:40 UTC
  • Revision ID: michael.hope@linaro.org-20100826223440-ddib3epkpb63yfct
Made the different routines compile.  Expanded the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 */
28
28
#include <string.h>
29
29
#include <stdint.h>
30
 
#include <machine/cpu-features.h>
 
30
 
 
31
#define __ARM_HAVE_PLD  1
31
32
 
32
33
size_t strlen(const char *s)
33
34
{