ft_nm/inc/ft_nm.h

11 lines
146 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>
#endif