Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/intl/explodename.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.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.
    22   Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
    33
     
    2020#endif
    2121
    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
    2431#include <sys/types.h>
    2532
Note: See TracChangeset for help on using the changeset viewer.