StupidOS/include/elf.h

9 lines
86 B
C
Raw Normal View History

2024-07-17 07:41:36 +00:00
#ifndef ELF_H
# define ELF_H 1
# include <stdint.h>
/* TODO */
#endif /* !ELF_H */