diff options
Diffstat (limited to 'ft_strdup_test.c')
| -rw-r--r-- | ft_strdup_test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ft_strdup_test.c b/ft_strdup_test.c new file mode 100644 index 0000000..2d5f5d0 --- /dev/null +++ b/ft_strdup_test.c @@ -0,0 +1,7 @@ +#include "libasm_test.h" + +void +ft_strdup_test(void) +{ + +} |
