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