Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/uchar.h

    rdcef1127 r28a5ebd  
    3838#include <stdint.h>
    3939
    40 /*
    41  * char8_t became part of C++ with C++20.
    42  * It is part of C23 hence we define it for C compilations only.
    43  */
    44 #ifndef __cplusplus
    4540typedef uint8_t char8_t;
    46 #endif
    47 
    4841typedef uint32_t char32_t;
    4942
Note: See TracChangeset for help on using the changeset viewer.