#ifndef _LIBASM_H # define _LIBASM_H #include ssize_t ft_strlen(const char *); #endif