Home | Info | Community | Development | myReactOS | Contact Us
Function prototypes
Definition at line 23 of file rosglue.c.
{ va_list args; va_start(args, Format); EngDebugPrint("ft2: ", (PCHAR)Format, args); va_end(args); return 0; }