|
|
|
|
Location:
e32def.h
typedef TInt8* VA_LIST[1];
Defines a 'C' style array of pointers to TInt8 types.
The type is most commonly used by code that needs to deal with a variable number of arguments passed to a function.