Files
townengine/src/system/linux/twn_elf.h

11 lines
247 B
C

#ifndef TWN_ELF_H
#define TWN_ELF_H
#include <stdbool.h>
bool infer_elf_section_bounds(const char *restrict name,
const char **restrict vm_start,
const char **restrict vm_end);
#endif