StupidOS/include/elf.h
2024-07-17 09:41:36 +02:00

8 lines
86 B
C

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