From a4840201aa737068fdaf1639c510fa02b911ca44 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 29 May 2024 20:39:18 +0200 Subject: Add documentation to any_ini --- any_log.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'any_log.h') 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 -- cgit v1.2.3