commit | f7a0f3812b6831069e206171ea894c9f891573b7 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Mon Nov 18 19:49:22 2024 +0100 |
committer | LIU Hao <lh_mouse@126.com> | Tue Nov 19 10:28:14 2024 +0800 |
tree | eaa15aa237a3c8522172298c17182bc633155fc5 | |
parent | 9455b2f9389b3429476b39ab61a18078e3422d81 [diff] |
crt: Rename all mingw_* stdio files to names which functions they provide For example file stdio/mingw_fprintfw.c provides function fwprintf(), so rename it to stdio/mingw_fwprintf.c. Signed-off-by: LIU Hao <lh_mouse@126.com>