source: branches/libc-0.6/src/libctests/glibc/string/tst-strfry.c

Last change on this file was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 197 bytes
Line 
1#include <stdio.h>
2#include <string.h>
3
4static int
5do_test (void)
6{
7 char str[] = "this is a test";
8
9 strfry (str);
10
11 return 0;
12}
13
14#define TEST_FUNCTION do_test ()
15#include "../test-skeleton.c"
Note: See TracBrowser for help on using the repository browser.