PUSHED_SPRINTF_LENGTH

PUSHED_SPRINTF_LENGTH Reg

Returns the length, in bytes, of the string most recently pushed on the stack. This macro is not valid if any other item has been pushed on the stack since the most recent string. This macro is not valid and must not be used if the string has already been popped off the stack.

The return value is the string length in the given register. The length does not include the terminating null character.

Reg
Name of register that receives the string length.