diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-03-15 13:14:28 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-15 13:14:28 +0100 |
| commit | 86ec20382f0a91c603b0380a6ab3796392292daf (patch) | |
| tree | 9c3ca7e53e60a7d150a4ef4f67a8c85456baba30 | |
| parent | 598b074fe7e2170fc3dd6f6edf0e03b8558b02d4 (diff) | |
Formatting
| -rw-r--r-- | include/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/errors.h b/include/errors.h index 8484010..1a803b5 100644 --- a/include/errors.h +++ b/include/errors.h @@ -19,7 +19,8 @@ extern const char *__mlib_errors_progname; void mlib_setprogname(const char *); -[[gnu::__always_inline__]] static inline const char * +[[gnu::__always_inline__]] +static inline const char * mlib_progname(void) { return __mlib_errors_progname; |