ft_nm/inc/ft_nm.h

13 lines
167 B
C
Raw Normal View History

2024-03-12 19:24:48 +00:00
#ifndef _FT_NM_H
# define _FT_NM_H
# include <unistd.h>
# include <sys/mman.h>
# include <fcntl.h>
# include <elf.h>
# include <stdio.h>
2024-03-13 14:41:03 +00:00
# include "libft.h"
2024-03-12 19:24:48 +00:00
#endif