about summary refs log blame commit diff stats
path: root/macros.h
blob: ecf16cef1e75a3ba4b0a1bd4228ae9c3c39897dc (plain) (tree)
1
2
3
4
5




                                                                    
#pragma once

#include <err.h>

#define bug_abort err(EX_SOFTWARE, __FILE__ ":%d - buggy", __LINE__)