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

Diff for /src/include/stdlib.h between version 1.53 and 1.54

version 1.53, 2013/10/21 20:33:24 version 1.54, 2013/11/22 21:32:49
Line 248 
Line 248 
 char    *mkdtemp(char *);  char    *mkdtemp(char *);
 #endif  #endif
   
   #if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 20080
   int     getsubopt(char **, char * const *, char **);
   #endif
   
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 void    *alloca(size_t);  void    *alloca(size_t);
   
Line 274 
Line 278 
         getprogname(void);          getprogname(void);
 void    setprogname(const char *);  void    setprogname(const char *);
   
 #ifndef _GETOPT_DEFINED_  
 #define _GETOPT_DEFINED_  
 int      getopt(int, char * const *, const char *);  
 extern   char *optarg;                  /* getopt(3) external variables */  
 extern   int opterr, optind, optopt, optreset;  
 int      getsubopt(char **, char * const *, char **);  
 extern   char *suboptarg;               /* getsubopt(3) external variable */  extern   char *suboptarg;               /* getsubopt(3) external variable */
 #endif /* _GETOPT_DEFINED_ */  
   
 int      mkstemps(char *, int);  int      mkstemps(char *, int);
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54