1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Add tests for wcsrchr and wcscpy

This commit is contained in:
Ulrich Drepper
2011-12-17 14:14:58 -05:00
parent caafb2b06b
commit 5b330a2d90
6 changed files with 161 additions and 90 deletions

2
wcsmbs/test-wcscpy.c Normal file
View File

@ -0,0 +1,2 @@
#define WIDE 1
#include "../string/test-strcpy.c"