[BACK]Return to stdlib.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/stdlib.h between version 1.41 and 1.42

version 1.41, 2008/03/16 19:47:43 version 1.42, 2008/06/13 21:04:24
Line 131 
Line 131 
 void    *recalloc(void *, size_t, size_t);  void    *recalloc(void *, size_t, size_t);
 void     srand(unsigned);  void     srand(unsigned);
 double   strtod(const char *, char **);  double   strtod(const char *, char **);
   float    strtof(const char *, char **);
 long     strtol(const char *, char **, int);  long     strtol(const char *, char **, int);
 unsigned long  unsigned long
          strtoul(const char *, char **, int);           strtoul(const char *, char **, int);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42