Sha256: c8bff9c0f34ae089f3c5bb825930cc132556dd9ce4162c2adb47a0403199a2cf
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
#ifndef CORE_EXTENSIONS_H #define CORE_EXTENSIONS_H #ifdef __cplusplus extern "C" { #endif #include "cmark_extension_api.h" #include "cmarkextensions_export.h" #include <stdint.h> CMARKEXTENSIONS_EXPORT void core_extensions_ensure_registered(void); 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commonmarker-0.17.11 | ext/commonmarker/core-extensions.h |
commonmarker-0.17.10 | ext/commonmarker/core-extensions.h |