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

Diff for /src/include/stdlib.h between version 1.44 and 1.45

version 1.44, 2008/06/24 06:01:33 version 1.45, 2008/09/07 20:36:07
Line 132 
Line 132 
 double   strtod(const char *, char **);  double   strtod(const char *, char **);
 float    strtof(const char *, char **);  float    strtof(const char *, char **);
 long     strtol(const char *, char **, int);  long     strtol(const char *, char **, int);
   long double
            strtold(const char *, char **);
 unsigned long  unsigned long
          strtoul(const char *, char **, int);           strtoul(const char *, char **, int);
 int      system(const char *);  int      system(const char *);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45