Add a (64-bit) integer to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (int64), (long long), (long long int) or a similar 64 bits wide integer datatype, eg. for the %lld, %lli, %llu, %llo, %llx, %llX formatting tokens.
SYNTAX:
Int64Arg vargs$, value&&
INPUTS:
vargs$ (STRING variable)
- This must be any previously initialized va_list string variable.
value&& ((_UNSIGNED) _INTEGER64)
- The number to add, may be a literal or variable, signed or unsigned, may also be a INTEGER (%) or LONG (&) variable or literal.
RESULT:
vargs$ (STRING variable)
- Number added to va_list (intended side effect on vargs$).
ERRORS:
- If vargs$ is no valid (initialized) va_list string, then this subroutine will panic with ERROR 97.