Ignore:
File:
1 edited

Legend:

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

    r28a5ebd rdcef1127  
    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
    4045typedef uint8_t char8_t;
     46#endif
     47
    4148typedef uint32_t char32_t;
    4249
Note: See TracChangeset for help on using the changeset viewer.