% The contents of this file has been placed into the public domain by
% Tom Rothamel on 5 December 1999.
#include <stdio.h>
#include <dlfcn.h>

#define error(fmt, args...) \
	fprintf(stderr, "stubby rt-error: " fmt, ## args)


