Changeset 29e7cc7 in mainline for abi/include/_bits/mbstate_t.h
- Timestamp:
- 2025-04-18T15:14:10Z (2 months ago)
- Children:
- e77c3ed
- Parents:
- 800d188 (diff), 25fdb2d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
r800d188 r29e7cc7 1 1 /* 2 * Copyright (c) 202 0 Martin Decky2 * Copyright (c) 2025 Jiří Zárevúcky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup bits 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _ LIBC_UCHAR_H_36 #define _ LIBC_UCHAR_H_35 #ifndef _BITS_MBSTATE_T_H_ 36 #define _BITS_MBSTATE_T_H_ 37 37 38 #include <_bits/uchar.h> 38 typedef struct { 39 unsigned short state; 40 } mbstate_t; 39 41 40 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.