matos/core/elf.h
2022-07-25 17:10:28 +02:00

5 lines
72 B
C

#pragma once
#include "types.h"
uaddr_t loadElfProg(const char *prog);