Changeset f94a11f in mainline for abi/include/_bits/mbstate_t.h
- Timestamp:
- 2025-04-15T18:38:48Z (3 months ago)
- Branches:
- master
- Children:
- 65bf084
- Parents:
- 5d2bdaa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/mbstate_t.h
r5d2bdaa rf94a11f 37 37 38 38 typedef struct { 39 unsigned short continuation;39 unsigned short state; 40 40 } mbstate_t; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.