11 lines
157 B
C
11 lines
157 B
C
/* $XFree86: xc/lib/font/stubs/errorf.c,v 1.2 2003/09/13 21:33:02 dawes Exp $ */
|
|
|
|
#include "stubs.h"
|
|
|
|
void
|
|
ErrorF(const char *f, ...)
|
|
{
|
|
}
|
|
|
|
/* end of file */
|