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