ares-openbsd/thirdparty/sljitConfigPost.h

11 行
160 B
C
Raw パーマリンク 通常表示 履歴

2021-12-12 16:45:37 +09:00
#ifdef __cplusplus
extern "C" {
#endif
//custom allocator
void* sljit_nall_malloc_exec(sljit_uw size, void* exec_allocator_data);
#ifdef __cplusplus
}
#endif