StupidOS/include/elf.h

9 lines
86 B
C

#ifndef ELF_H
# define ELF_H 1
# include <stdint.h>
/* TODO */
#endif /* !ELF_H */