comparison src/libmlk-core/core/core.h @ 411:d74f53299252

make: add basic GNU make support
author David Demelier <markand@malikania.fr>
date Fri, 07 Oct 2022 14:35:31 +0200
parents 460c78706989
children
comparison
equal deleted inserted replaced
410:1bf7d6669f0a 411:d74f53299252
19 #ifndef MLK_CORE_CORE_H 19 #ifndef MLK_CORE_CORE_H
20 #define MLK_CORE_CORE_H 20 #define MLK_CORE_CORE_H
21 21
22 #if defined(__cplusplus) 22 #if defined(__cplusplus)
23 # define CORE_BEGIN_DECLS extern "C" { 23 # define CORE_BEGIN_DECLS extern "C" {
24 # define CORE_END_DECLS } 24 # define CORE_END_DECLS }
25 #else 25 #else
26 # define CORE_BEGIN_DECLS 26 # define CORE_BEGIN_DECLS
27 # define CORE_END_DECLS 27 # define CORE_END_DECLS
28 #endif 28 #endif
29 29