diff options
Diffstat (limited to 'string/test-strchrnul.c')
-rw-r--r-- | string/test-strchrnul.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/string/test-strchrnul.c b/string/test-strchrnul.c new file mode 100644 index 0000000000..9836af6ddd --- /dev/null +++ b/string/test-strchrnul.c @@ -0,0 +1,2 @@ +#define USE_FOR_STRCHRNUL 1 +#include "test-strchr.c" |