xserver-multidpi/hw/xfree86/dummylib/verrorf.c
2004-04-23 19:54:30 +00:00

18 lines
221 B
C

/* $XFree86$ */
#include "X.h"
#include "os.h"
#include "xf86.h"
#include "xf86Priv.h"
/*
* Utility functions required by libxf86_os.
*/
void
VErrorF(const char *f, va_list args)
{
vfprintf(stderr, f, args);
}