aboutsummaryrefslogtreecommitdiff
path: root/any_log.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-05-29 20:39:18 +0200
committerFederico Angelilli <code@fedang.net>2024-05-29 20:39:18 +0200
commita4840201aa737068fdaf1639c510fa02b911ca44 (patch)
treea9cf7ae982512312b23a86e46c04e4b61bd751f3 /any_log.h
parent6042502bc54807df1941bf4d540337cd8b9e5a58 (diff)
Add documentation to any_ini
Diffstat (limited to 'any_log.h')
-rw-r--r--any_log.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/any_log.h b/any_log.h
index 504b9eb..51ab03e 100644
--- a/any_log.h
+++ b/any_log.h
@@ -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