/[gcl]/gcl/binutils/libiberty/argv.c
ViewVC logotype

Diff of /gcl/binutils/libiberty/argv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by camm, Fri Aug 9 05:36:24 2002 UTC revision 1.2 by camm, Fri Sep 9 23:32:54 2005 UTC
# Line 29  Boston, MA 02111-1307, USA.  */ Line 29  Boston, MA 02111-1307, USA.  */
29    
30  /*  Routines imported from standard C runtime libraries. */  /*  Routines imported from standard C runtime libraries. */
31    
32  #ifdef __STDC__  #ifdef ANSI_PROTOTYPES
33    
34  #include <stddef.h>  #include <stddef.h>
35  #include <string.h>  #include <string.h>
36  #include <stdlib.h>  #include <stdlib.h>
37    
38  #else   /* !__STDC__ */  #else   /* !ANSI_PROTOTYPES */
39    
40  #if !defined _WIN32 || defined __GNUC__  #if !defined _WIN32 || defined __GNUC__
41  extern char *memcpy ();         /* Copy memory region */  extern char *memcpy ();         /* Copy memory region */
# Line 46  extern void free ();           /* Free malloc'd m Line 46  extern void free ();           /* Free malloc'd m
46  extern char *strdup ();         /* Duplicate a string */  extern char *strdup ();         /* Duplicate a string */
47  #endif  #endif
48    
49  #endif  /* __STDC__ */  #endif  /* ANSI_PROTOTYPES */
50    
51    
52  #ifndef NULL  #ifndef NULL

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26