reactos/lib/sdk/crt/misc/ofmt_stub.c
2013-06-16 22:01:41 +00:00

6 lines
49 B
C

int _get_output_format(void)
{
return 0;
}