commit | e4fcd8fd7556ff73f51c2770b1c67d70bcc13ce1 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Aug 15 23:28:50 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed Aug 20 23:48:26 2025 +0300 |
tree | 39662cb3ced5855ad85563fb1ca2c383744a43cc | |
parent | 0b0b413169056a0fa3f6275725abff79203f91c1 [diff] |
crt: Split mbrtowc.c into 3 files mbrlen.c mbrtowc.c and mbsrtowcs.c Put every function into its own file, so at the link time only used function are statically linked and not all of them. Signed-off-by: Martin Storsjö <martin@martin.st>