diff options
Diffstat (limited to 'tests/portable/strlcpy.c')
-rw-r--r-- | tests/portable/strlcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/portable/strlcpy.c b/tests/portable/strlcpy.c new file mode 100644 index 0000000..d444595 --- /dev/null +++ b/tests/portable/strlcpy.c @@ -0,0 +1,2 @@ +#define TESTING 1 +#include <portable/strlcpy.c> |