# include "global.h"

void pmsg (char *msg)
{
  fprintf (g_msgstream, "%s\n", msg);
}


syntax highlighted by Code2HTML, v. 0.9.1