Sha256: 0a3022ad8522a09d5541fbf2cf43295edd430d0be65af14e0687883c782a250d
Contents?: true
Size: 377 Bytes
Versions: 15
Compression:
Stored size: 377 Bytes
Contents
#include "chunk.h" #include "cmark.h" #ifdef __cplusplus extern "C" { #endif bufsize_t _ext_scan_at(bufsize_t (*scanner)(const unsigned char *), unsigned char *ptr, int len, bufsize_t offset); bufsize_t _scan_table_start(const unsigned char *p); #define scan_table_start(c, l, n) _ext_scan_at(&_scan_table_start, c, l, n) #ifdef __cplusplus } #endif
Version data entries
15 entries across 15 versions & 1 rubygems