mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
10 lines
180 B
C
10 lines
180 B
C
|
|
/* prototypes of functions defined in elf.c */
|
|
|
|
#ifndef _ELF_H_INCLUDED_
|
|
#define _ELF_H_INCLUDED_
|
|
|
|
void elf_init( struct module_info * );
|
|
|
|
#endif // _ELF_H_INCLUDED_
|