Sha256: b7a263c5073cdb7d2822ef063f5f699ffccf760b7120291d25759838e03591c6
Contents?: true
Size: 454 Bytes
Versions: 8
Compression:
Stored size: 454 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); CMARKEXTENSIONS_EXPORT uint16_t cmarkextensions_get_table_columns(cmark_node *node); CMARKEXTENSIONS_EXPORT uint8_t *cmarkextensions_get_table_alignments(cmark_node *node); #ifdef __cplusplus } #endif #endif
Version data entries
8 entries across 8 versions & 1 rubygems