comparison libmlk-core/mlk/core/panic.h @ 547:c7664b679a95

misc: remove error codes for now
author David Demelier <markand@malikania.fr>
date Mon, 06 Mar 2023 20:03:00 +0100
parents 6e8f6640e05b
children 75944708c55c
comparison
equal deleted inserted replaced
546:b7da58230a66 547:c7664b679a95
34 34
35 void 35 void
36 mlk_panicva(const char *, va_list); 36 mlk_panicva(const char *, va_list);
37 37
38 void 38 void
39 mlk_panic(int err); 39 mlk_panic(void);
40 40
41 #if defined(__cplusplus) 41 #if defined(__cplusplus)
42 } 42 }
43 #endif 43 #endif
44 44