POP_SPRINTF

POP_SPRINTF

Pops a string off the stack. The string must have been previously pushed on the stack by the PUSH_SPRINTF macro. The address of the string is not longer valid and must not be used.

This does not have a return value.

See Also

PUSH_SPRINTF