diff options
author | Tim Schumacher <timschumi@gmx.de> | 2021-09-19 12:48:04 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-10-03 11:13:50 +0000 |
commit | 3c807402b3491ccf94af5f4da8394bbd3ff91977 (patch) | |
tree | 9bfc465e6a4965497e93ae16383e7f1bd2da2bcd /Ports/gnucobol | |
parent | ab46864674f2df8f518479a12009e99939bdc68e (diff) | |
download | serenity-3c807402b3491ccf94af5f4da8394bbd3ff91977.zip |
LibC: Remove the mbstate_reset helper
A zero-initialized mbstate_t struct has to be a valid initial state, so
we can just zero-initialize it whenever we need to reset.
Having a helper function for resetting the struct might imply that you
can add additional setup operations afterwards, which is not the case.
Diffstat (limited to 'Ports/gnucobol')
0 files changed, 0 insertions, 0 deletions