Add type-checked versions of allocation and deallocations functions
[lttng-tools.git] / src / common / argpar-utils / argpar-utils.hpp
index ea773450748c9bc63a5abd3032cfa95857d299c6..b77609edd5b53f35ea08da0b9e8f38c052c97d88 100644 (file)
@@ -8,16 +8,16 @@
 #ifndef COMMON_ARGPAR_UTILS_H
 #define COMMON_ARGPAR_UTILS_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <stdarg.h>
 
 #include <common/macros.hpp>
 #include <common/argpar/argpar.h>
 #include <common/string-utils/format.hpp>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define WHILE_PARSING_ARG_N_ARG_FMT "While parsing argument #%d (`%s`): "
 
 enum parse_next_item_status
This page took 0.023484 seconds and 4 git commands to generate.