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

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

version 1.45, 2008/09/07 20:36:07 version 1.46, 2009/06/03 15:52:16
Line 164 
Line 164 
 unsigned short *seed48(unsigned short[3]);  unsigned short *seed48(unsigned short[3]);
 void     srand48(long);  void     srand48(long);
   
 int      putenv(const char *);  int      putenv(char *);
 #endif  #endif
   
 #if __BSD_VISIBLE || __XPG_VISIBLE >= 420  #if __BSD_VISIBLE || __XPG_VISIBLE >= 420
Line 210 
Line 210 
  */   */
 #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XPG_VISIBLE >= 600  #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XPG_VISIBLE >= 600
 int      setenv(const char *, const char *, int);  int      setenv(const char *, const char *, int);
 void     unsetenv(const char *);  int      unsetenv(const char *);
 #endif  #endif
   
 #if __BSD_VISIBLE  #if __BSD_VISIBLE

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