Codebase list bglibs / aafdcde6-4970-4cf5-8c2f-63934a730490/main msg / error.c
aafdcde6-4970-4cf5-8c2f-63934a730490/main

Tree @aafdcde6-4970-4cf5-8c2f-63934a730490/main (Download .tar.gz)

error.c @aafdcde6-4970-4cf5-8c2f-63934a730490/mainraw · history · blame

1
2
3
4
5
6
7
#include "msg.h"

void msg_error(const char* a, const char* b, const char* c, const char* d,
	       const char* e, const char* f, int showsys)
{
  msg_common("Error", a, b, c, d, e, f, showsys);
}