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

Diff for /src/include/stdlib.h between version 1.72 and 1.73

version 1.72, 2017/09/05 03:16:13 version 1.73, 2018/11/05 08:23:40
Line 221 
Line 221 
          strtoull(const char *__restrict, char **__restrict, int);           strtoull(const char *__restrict, char **__restrict, int);
 #endif  #endif
   
   #if __ISO_C_VISIBLE >= 2011
   void *
           aligned_alloc(size_t, size_t);
   #endif
   
 /*  /*
  * The Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)   * The Open Group Base Specifications, Issue 6; IEEE Std 1003.1-2001 (POSIX)
  */   */

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73