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

Add strchrnul performance test

This commit is contained in:
Ulrich Drepper
2011-10-29 11:54:15 -04:00
parent b611fb810f
commit 51d91b1895
4 changed files with 27 additions and 8 deletions

2
string/test-strchrnul.c Normal file
View File

@ -0,0 +1,2 @@
#define USE_FOR_STRCHRNUL 1
#include "test-strchr.c"