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

Diff for /src/include/stdlib.h between version 1.50 and 1.51

version 1.50, 2012/06/01 01:01:57 version 1.51, 2012/12/03 20:08:33
Line 232 
Line 232 
 int      setenv(const char *, const char *, int);  int      setenv(const char *, const char *, int);
 int      unsetenv(const char *);  int      unsetenv(const char *);
 #endif  #endif
   #if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 200112
   char    *ptsname(int);
   int      grantpt(int);
   int      unlockpt(int);
   #endif
   #if __POSIX_VISIBLE >= 200112
   int      posix_openpt(int);
   #endif
   
 /*  /*
  * The Open Group Base Specifications, Issue 7; IEEE Std 1003.1-2008 (POSIX)   * The Open Group Base Specifications, Issue 7; IEEE Std 1003.1-2008 (POSIX)

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51