diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-15 14:23:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-15 14:23:20 +0200 |
commit | 0a5c176456b7afe024910183392d59116c37088e (patch) | |
tree | 4ac1f5241f7b015e0aba7b00e79333a3d88a918c /die.h | |
parent | 3ca23ebf8123cf909a057ba6fe833d64aedcb957 (diff) |
more hello world (pink window)
Diffstat (limited to 'die.h')
-rw-r--r-- | die.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#pragma once + +/** @brief print error and exit */ +void die(const char*, ...); + |