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