back to Table of Contents


Int64Arg (sub)

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)

value&& ((_UNSIGNED) _INTEGER64)


RESULT:

vargs$ (STRING variable)


ERRORS:


back to Table of Contents