diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-08 03:11:02 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-08 03:11:02 +0100 |
| commit | 874ef49bff90ce144383efed0e69508586ff0d51 (patch) | |
| tree | 3be088f443a6c91248e6a2939f5d5849194da48b /test/ft_strlen_test.c | |
| parent | aefcc43d573088dfddbbdcae9e8c2987d02186e3 (diff) | |
| download | libasm_test-874ef49bff90ce144383efed0e69508586ff0d51.tar.gz libasm_test-874ef49bff90ce144383efed0e69508586ff0d51.tar.bz2 libasm_test-874ef49bff90ce144383efed0e69508586ff0d51.zip | |
Added ft_list_sort.s tests and school headers on all files
Diffstat (limited to 'test/ft_strlen_test.c')
| -rw-r--r-- | test/ft_strlen_test.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ft_strlen_test.c b/test/ft_strlen_test.c index 7229316..1c500ae 100644 --- a/test/ft_strlen_test.c +++ b/test/ft_strlen_test.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_strlen_test.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/08 03:07:53 by cacharle #+# #+# */ +/* Updated: 2020/02/08 03:07:53 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include "libasm_test.h" static void |
