Photon 1.0.0
|
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
char * | gumbo_copy_stringz (struct GumboInternalParser *parser, const char *str) |
void * | gumbo_parser_allocate (struct GumboInternalParser *parser, size_t num_bytes) |
void | gumbo_parser_deallocate (struct GumboInternalParser *parser, void *ptr) |
void | gumbo_debug (const char *format,...) |
char * gumbo_copy_stringz | ( | struct GumboInternalParser * | parser, |
const char * | str | ||
) |
void gumbo_debug | ( | const char * | format, |
... | |||
) |
void * gumbo_parser_allocate | ( | struct GumboInternalParser * | parser, |
size_t | num_bytes | ||
) |
void gumbo_parser_deallocate | ( | struct GumboInternalParser * | parser, |
void * | ptr | ||
) |