mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Include objc-malloc.h from gnustep/base.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a937ffc633
commit
b6640ad777
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1993, 1996 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -59,7 +59,7 @@ Cambridge, MA 02139, USA. */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <objects/objc-malloc.h>
|
#include <gnustep/base/objc-malloc.h>
|
||||||
|
|
||||||
extern double strtod(const char *str, char **ptr);
|
extern double strtod(const char *str, char **ptr);
|
||||||
extern long strtol(const char *str, char** ptr, int base);
|
extern long strtol(const char *str, char** ptr, int base);
|
||||||
|
|
Loading…
Reference in a new issue