libasm/libasm.h

9 lines
99 B
C

#ifndef _LIBASM_H
# define _LIBASM_H
#include <stdio.h>
ssize_t ft_strlen(const char *);
#endif