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

Diff for /src/include/uchar.h between version 1.1 and 1.2

version 1.1, 2023/08/20 15:02:50 version 1.2, 2023/09/05 23:16:01
Line 23 
Line 23 
 #define __STDC_UTF_16__ 1  #define __STDC_UTF_16__ 1
 #define __STDC_UTF_32__ 1  #define __STDC_UTF_32__ 1
   
   #if !defined(__cplusplus) || __cplusplus < 201103L
 typedef __uint16_t      char16_t;  typedef __uint16_t      char16_t;
 typedef __uint32_t      char32_t;  typedef __uint32_t      char32_t;
   #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
 size_t  mbrtoc16(char16_t * __restrict, const char * __restrict, size_t,  size_t  mbrtoc16(char16_t * __restrict, const char * __restrict, size_t,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2