aboutsummaryrefslogtreecommitdiff
path: root/die.h
blob: a3f391d26fe3553a3ef099cd1027c61b34a8f820 (plain)
1
2
3
4
5
#pragma once

/** @brief print error and exit */
void die(const char*, ...);