1
0
Fork 0
forked from len0rd/rockbox

fixed to work

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1039 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-17 13:34:04 +00:00
parent 0c7ebc4c96
commit a898728c54
3 changed files with 1 additions and 18 deletions

View file

@ -23,10 +23,6 @@ extern "C" {
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0
extern __IMPORT int __mb_cur_max;
#define MB_CUR_MAX __mb_cur_max
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, int(*_compar)(const _PTR, const _PTR)));
void *malloc(size_t);