2.9
[glibc/nacl-glibc.git] / string / tst-strfry.c
blob2b40a39b132efbfd267d26182299d9f47465a336
1 #include <stdio.h>
2 #include <string.h>
4 static int
5 do_test (void)
7 char str[] = "this is a test";
9 strfry (str);
11 return 0;
14 #define TEST_FUNCTION do_test ()
15 #include "../test-skeleton.c"