Difference between revisions of "Arg pushw"
From Unofficial QEdit Wiki Guide
(→Syntax) |
|||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
− | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>arg_pushw</span> | + | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>arg_pushw</span> xxxx</span> |
− | * | + | * xxxx = Integer to push to variable argument function. |
==Use== | ==Use== |
Latest revision as of 18:18, 23 January 2018
Syntax
Syntax: arg_pushw xxxx
- xxxx = Integer to push to variable argument function.
Use
Used to push a 16bit integer to a variable argument function. For use with va_start
Also see
va_start, va_call, va_end, arg_pushl, arg_pushb, arg_pushr, arg_pushs