mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:07:16 +03: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 todb98daab05#18844 Follow-up to4deea9396b#18814 Closes #18866
14 lines
248 B
Text
14 lines
248 B
Text
allowfunc accept
|
|
allowfunc fclose
|
|
allowfunc fopen
|
|
allowfunc fprintf
|
|
allowfunc freeaddrinfo
|
|
allowfunc getaddrinfo
|
|
allowfunc open
|
|
allowfunc printf
|
|
allowfunc recv
|
|
allowfunc send
|
|
allowfunc snprintf
|
|
allowfunc socket
|
|
allowfunc sscanf
|
|
allowfunc vsnprintf
|