Sha256: 02dd599ac77ec4770726afd427de8d8118ed86b02ee16553525539fd213c2cdf
Contents?: true
Size: 279 Bytes
Versions: 13
Compression:
Stored size: 279 Bytes
Contents
#ifndef CORE_EXTENSIONS_H #define CORE_EXTENSIONS_H #ifdef __cplusplus extern "C" { #endif #include <cmark_extension_api.h> #include "cmarkextensions_export.h" CMARKEXTENSIONS_EXPORT int core_extensions_registration(cmark_plugin *plugin); #ifdef __cplusplus } #endif #endif
Version data entries
13 entries across 13 versions & 1 rubygems