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

Diff for /src/include/stdlib.h between version 1.39 and 1.40

version 1.39, 2006/09/17 16:48:04 version 1.40, 2007/09/03 14:37:02
Line 128 
Line 128 
 void     qsort(void *, size_t, size_t, int (*)(const void *, const void *));  void     qsort(void *, size_t, size_t, int (*)(const void *, const void *));
 int      rand(void);  int      rand(void);
 void    *realloc(void *, size_t);  void    *realloc(void *, 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 **);
 long     strtol(const char *, char **, int);  long     strtol(const char *, char **, int);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40