mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
After this patch, the codebase no longer overrides system printf functions. Instead it explicitly calls either the curl printf functions `curl_m*printf()` or the system ones using their original names. Also: - drop unused `curl_printf.h` includes. - checksrc: ban system printf functions, allow where necessary. Follow-up to |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| test.c | ||
| test.sh | ||