diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-24 22:00:09 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-24 22:00:09 +0200 |
commit | fc7e5141a92fa3725452b0c08fad7b95c7468d85 (patch) | |
tree | d8de0e5f3fc06417cde03dafcfa279a969fe070a /clog.h | |
parent | 5062b051afd47c83fe0e976c5060e8adc08db27b (diff) |
Add lvfatalf function
Diffstat (limited to 'clog.h')
-rw-r--r-- | clog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,5 +6,6 @@ int lprintf(const char *format, ...); int lvprintf(const char *format, va_list ap); +void lvfatalf(const char *format, va_list ap); #endif |