We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd8eae + b11ff47 commit e02dcabCopy full SHA for e02dcab
extensions/include/cmark-gfm-core-extensions.h
@@ -1,16 +1,16 @@
1
#ifndef CMARK_GFM_CORE_EXTENSIONS_H
2
#define CMARK_GFM_CORE_EXTENSIONS_H
3
4
-#ifdef __cplusplus
5
-extern "C" {
6
-#endif
7
-
8
#include "cmark-gfm-extension_api.h"
9
#include "export.h"
10
11
#include <stdbool.h>
12
#include <stdint.h>
13
+#ifdef __cplusplus
+extern "C" {
+#endif
+
14
CMARK_GFM_EXPORT
15
void cmark_gfm_core_extensions_ensure_registered(void);
16
src/include/module.modulemap
@@ -5,6 +5,7 @@ module cmark_gfm {
header "buffer.h"
header "chunk.h"
header "cmark_ctype.h"
+ header "export.h"
header "footnotes.h"
header "houdini.h"
header "html.h"
0 commit comments