Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 123 of file utils.c.
Referenced by check_field_common(), and declare_var().
{ va_list ap; va_start(ap, s); generic_msg(loc_info, s, "warning", ap); va_end(ap); }