1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-12 12:03:43 +01:00
libunwind-eh_elf/src/elf32.h
2003-02-08 10:10:59 +00:00

7 lines
103 B
C

#ifndef elf32_h
#define elf32_h
#define ELF_CLASS ELFCLASS32
#include "elfxx.h"
#endif /* elf32_h */