1 // (C) Copyright Vesa Karvonen 2004.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE.)
11 void error(const char* msg
, ...) {
14 fprintf(stderr
, "ERROR: ");
15 vfprintf(stderr
, msg
, args
);
16 fprintf(stderr
, "\n");