Sha256: 8f58f5ac67a3e212e99b1c53226fd585c4718b616f67d78ab3dac78a6298cd9c
Contents?: true
Size: 252 Bytes
Versions: 25
Compression:
Stored size: 252 Bytes
Contents
#ifndef GUMBO_TAG_LOOKUP_H_ #define GUMBO_TAG_LOOKUP_H_ #include "gumbo.h" typedef struct { const char *key; const GumboTag tag; } TagHashSlot; const TagHashSlot *gumbo_tag_lookup(const char *str, size_t len); #endif // GUMBO_TAG_LOOKUP_H_
Version data entries
25 entries across 25 versions & 2 rubygems