Add a (32-bit) integer to the given va_list string, call this subroutine, if the C/C++ argument to add is of the type (int32), (long), (long int) or a similar 32 bits wide integer datatype, eg. for the %d, %ld, %i, %li, %u, %lu, %o, %lo, %x, %lx, %X, %lX and %c formatting tokens.
SYNTAX:
LongArg vargs$, value&
INPUTS:
vargs$ (STRING variable)
- This must be any previously initialized va_list string variable.
value& ((_UNSIGNED) LONG)
- The number to add, may be a literal or variable, signed or unsigned, may also be a INTEGER (%) 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.