Liste des Groupes | Revenir à cl c |
On 01/07/2024 22:48, Keith Thompson wrote:...
%zd and %zu are supported by the runtime library, not by the compiler.>
It's likely that tcc is configured to use something like msvcrt.dll,
which typically doesn't support C99 features.
But that's what you get if you use size_t. Code breaks.
Baby X doesn't expose any size_ts in its API, so code written for Baby X
should work fine under tcc. Code written for other toolkits will fail if at
any time you format a size_t for user display.
Les messages affichés proviennent d'usenet.