/[bison]/bison/src/system.h
ViewVC logotype

Diff of /bison/src/system.h

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

revision 1.32 by akim, Wed Dec 12 11:58:19 2001 UTC revision 1.33 by akim, Thu Dec 27 18:12:48 2001 UTC
# Line 110  char *alloca (); Line 110  char *alloca ();
110  char *stpcpy PARAMS ((char *dest, const char *src));  char *stpcpy PARAMS ((char *dest, const char *src));
111  #endif  #endif
112    
113    #if !HAVE_DECL_STRCHR
114    char *strchr(const char *s, int c);
115    #endif
116    
117  #if !HAVE_DECL_STRNDUP  #if !HAVE_DECL_STRNDUP
118  char *strndup PARAMS ((const char *s, size_t size));  char *strndup PARAMS ((const char *s, size_t size));
119  #endif  #endif
120    
121    #if !HAVE_DECL_STRSPN
122    size_t strspn(const char *s, const char *accept);
123    #endif
124    
125  #if !HAVE_DECL_STRNLEN  #if !HAVE_DECL_STRNLEN
126  size_t strnlen PARAMS ((const char *s, size_t maxlen));  size_t strnlen PARAMS ((const char *s, size_t maxlen));
127  #endif  #endif
128    
129    #if !HAVE_DECL_MEMCHR
130    void *memchr(const void *s, int c, size_t n);
131    #endif
132    
133    
134    
135  /*-----------------.  /*-----------------.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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