diff --git a/include/libasm.h b/include/libasm.h new file mode 100644 index 0000000..ac6d7b1 --- /dev/null +++ b/include/libasm.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +char *ft_strcpy(char *dest, const char *src); +size_t ft_strlen(const char *str); +int ft_strcmp( const char *first, const char *second); \ No newline at end of file