Sha256: 3bd06ddbc640366a611f228595a82273d20be82c7069abc55ceb48b5c9eb6a4f
Contents?: true
Size: 311 Bytes
Versions: 25
Compression:
Stored size: 311 Bytes
Contents
#ifndef GUMBO_ATTRIBUTE_H_ #define GUMBO_ATTRIBUTE_H_ #include "gumbo.h" #ifdef __cplusplus extern "C" { #endif // Release the memory used for a GumboAttribute, including the attribute itself void gumbo_destroy_attribute(GumboAttribute* attribute); #ifdef __cplusplus } #endif #endif // GUMBO_ATTRIBUTE_H_
Version data entries
25 entries across 25 versions & 2 rubygems