BizHawk/waterbox/ares64/ares/thirdparty/sljitConfigPost.h

11 lines
160 B
C

#ifdef __cplusplus
extern "C" {
#endif
//custom allocator
void* sljit_nall_malloc_exec(sljit_uw size, void* exec_allocator_data);
#ifdef __cplusplus
}
#endif