Photon 1.0.0
Loading...
Searching...
No Matches
util.h File Reference
#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,...)
 

Function Documentation

◆ gumbo_copy_stringz()

char * gumbo_copy_stringz ( struct GumboInternalParser parser,
const char *  str 
)

◆ gumbo_debug()

void gumbo_debug ( const char *  format,
  ... 
)

◆ gumbo_parser_allocate()

void * gumbo_parser_allocate ( struct GumboInternalParser parser,
size_t  num_bytes 
)

◆ gumbo_parser_deallocate()

void gumbo_parser_deallocate ( struct GumboInternalParser parser,
void *  ptr 
)