Changeset f94a11f in mainline for common/stdc/wchar.c
- Timestamp:
- 2025-04-15T18:38:48Z (3 months ago)
- Branches:
- master
- Children:
- 65bf084
- Parents:
- 5d2bdaa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/stdc/wchar.c
r5d2bdaa rf94a11f 46 46 int mbsinit(const mbstate_t *ps) 47 47 { 48 return ps == NULL || ps-> continuation== 0;48 return ps == NULL || ps->state == 0; 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.