Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Annotate mbstowcs_nonfatal() with restrict
The arguments to our mbrtowc(3) wrapper should not alias, since they also must not for mbrtowc(3). Might help some compilers optimizing the code.
- Loading branch information