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

Diff for /src/include/inttypes.h between version 1.10 and 1.11

version 1.10, 2009/01/13 18:13:51 version 1.11, 2013/06/11 15:59:16
Line 25 
Line 25 
 #define __wchar_t       wchar_t  #define __wchar_t       wchar_t
 #endif  #endif
   
 #if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS)  
 /*  /*
  * 7.8.1 Macros for format specifiers   * 7.8.1 Macros for format specifiers
  *   *
Line 243 
Line 242 
   
 #define SCNxMAX                 "jx"            /* uintmax_t */  #define SCNxMAX                 "jx"            /* uintmax_t */
 #define SCNxPTR                 "lx"            /* uintptr_t */  #define SCNxPTR                 "lx"            /* uintptr_t */
   
 #endif /* __cplusplus || __STDC_FORMAT_MACROS */  
   
 typedef struct {  typedef struct {
         intmax_t quot;          /* quotient */          intmax_t quot;          /* quotient */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11