X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_t.h;h=c24ddb37d1960cb3ba8afd0673fe606fd338db4d;hb=6021fc3f27b895d382fbd30488ead35657e39196;hp=2b573262be2d6210fde3b9b8c024d0cbc0ce0081;hpb=8fe59539760b4d569c902912818c12bb5ffa9dde;p=16.git diff --git a/src/lib/16_t.h b/src/lib/16_t.h index 2b573262..c24ddb37 100755 --- a/src/lib/16_t.h +++ b/src/lib/16_t.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -70,8 +70,17 @@ typedef void _seg * memptr; //#define OBTPTRANDPERCONV & //#define SDTPTRANDPERCONV & -#define nearmalloc malloc -#define nearfree free +#define _nmalloc malloc +#define _nfree free + +#define _nheapwalk heapwalk +#define _fheapwalk farheapwalk + +//heapinfo vars +#define _heapinfo heapinfo +#define _pentry ptr +#define _size size +#define _useflag in_use #endif // @@ -124,4 +133,6 @@ inline void gotoxy(int x,int y) } #endif +#define PFDT printf("."); + #endif/*_TYPE_H_*/