view src/ploki/zz.c @ 6653:d6339bb83073

<fizzie> ` sed -i -e \'s|contents;|contents >\\&2;|\' bin/mk
author HackBot
date Tue, 09 Feb 2016 00:31:35 +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();
}