mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
Added abort() function
svn-id: r12556
This commit is contained in:
parent
6f525a42e5
commit
3bf6ddaa7b
@ -36,6 +36,7 @@
|
||||
#define strtol(a,b,c) StrAToI(a)
|
||||
#define qsort(a,b,c,d) SysQSort((a), (b), (c), (CmpFuncPtr)(&d), 0);
|
||||
#define rand() SysRandom(0)
|
||||
#define abort()
|
||||
|
||||
MemPtr realloc(MemPtr oldP, UInt32 size);
|
||||
MemPtr calloc(UInt32 nelem, UInt32 elsize);
|
||||
@ -45,4 +46,4 @@ void *bsearch(const void *key, const void *base, UInt32 nmemb,
|
||||
UInt32 size, int (*compar)(const void *, const void *));
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user