#include "grammar_crt.h"
#include "grammar.c"
Go to the source code of this file.
Defines |
| #define | GRAMMAR_PORT_BUILD 1 |
Functions |
| void | grammar_alloc_free (void *ptr) |
| void * | grammar_alloc_malloc (size_t size) |
| void * | grammar_alloc_realloc (void *ptr, size_t old_size, size_t size) |
| void * | grammar_memory_copy (void *dst, const void *src, size_t size) |
| int | grammar_string_compare (const byte *str1, const byte *str2) |
| int | grammar_string_compare_n (const byte *str1, const byte *str2, size_t n) |
| byte * | grammar_string_copy (byte *dst, const byte *src) |
| byte * | grammar_string_copy_n (byte *dst, const byte *src, size_t n) |
| unsigned int | grammar_string_length (const byte *str) |
| byte * | grammar_string_duplicate (const byte *src) |