diff options
| author | Federico Angelilli <code@fedang.net> | 2024-05-29 20:39:18 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-05-29 20:39:18 +0200 |
| commit | a4840201aa737068fdaf1639c510fa02b911ca44 (patch) | |
| tree | a9cf7ae982512312b23a86e46c04e4b61bd751f3 /any_log.h | |
| parent | 6042502bc54807df1941bf4d540337cd8b9e5a58 (diff) | |
Add documentation to any_ini
Diffstat (limited to 'any_log.h')
| -rw-r--r-- | any_log.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -200,10 +200,6 @@ typedef enum { #define ANY_LOG_ATTRIBUTE(...) #endif -#ifdef __cpluscplus -extern "C" { -#endif - // All log functions will output to the file stream specified by any_log_stream. // // You should always set this global to a valid stream (eg in main) before @@ -291,10 +287,6 @@ ANY_LOG_ATTRIBUTE(nonnull(1, 4)) void any_log_panic(const char *file, int line, const char *module, const char *func, const char *format, ...); -#ifdef __cpluscplus -} -#endif - #endif #ifdef ANY_LOG_IMPLEMENT |
