Changeset 609 for branches/GNU/src/binutils/intl/explodename.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/intl/explodename.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 /* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.1 /* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 2 2 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 3 3 … … 20 20 #endif 21 21 22 #include <stdlib.h> 23 #include <string.h> 22 #if defined STDC_HEADERS || defined _LIBC 23 # include <stdlib.h> 24 #endif 25 26 #if defined HAVE_STRING_H || defined _LIBC 27 # include <string.h> 28 #else 29 # include <strings.h> 30 #endif 24 31 #include <sys/types.h> 25 32 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.