view src/ploki/zz.c @ 6918:f6da2d0a377b

<hppavilion[1]> addquote <\\oren\\> i don\'t actually knwo the details, but i want those responsible, whoever they were to be punished
author HackBot
date Sun, 21 Feb 2016 02:02:09 +0000
parents ac0403686959
children
line wrap: on
line source

#include "zz.h"
#include "main.h"

#include <stdio.h>
#include <stdlib.h>

void omgwtf_this_cant_be_happening(const char *file, unsigned long line) {
	fprintf(stderr, "%s: %s:%lu: error message\n", Prog, file, line);
	abort();
}