view src/ploki/zz.c @ 7405:1cab662616fb

<b_jonas> learn wisdom.pdf is https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf
author HackBot
date Sun, 17 Apr 2016 19:10:20 +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();
}