您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

16 行
445 B

world int 255:wmemory[];
//[Z] The reason I do it like this is because whoever made the acc is insane.
#define wnullptr 0
#define wmalloc_allocated 0
#define wmalloc_size 1
#define wmalloc_next_header 2
#define wmalloc_prev_header 3
#define wmalloc_num_header_properties 4
#define wp_malloc_init_flag_location 0
#define wp_malloc_first_header_location 1
function int wmalloc (int size) {return 0;}
function int wfree (int p_ptr) {return 0;}