Say, if I do the following:
const char *strFmt = "Value=%d, str=%s, v=%I64d. Is 100%% true"; printf(strFmt, 1, "name", -1);
Is there a function that simply returns how many parameters are needed for strFmt without filling them in?
strFmt
Aucun commentaire:
Enregistrer un commentaire