#include <stdio.h>

ERROR(str)
char *str;
{
    fprintf(stderr, str);
}
