Here is a list of all functions with links to the files they belong to:
- c -
- core_free() : core_memory.h, core_memory.c
- core_malloc() : core_memory.h, core_memory.c
- core_string_buffer_capacity() : core_string.h, core_string.c
- core_string_buffer_reserve() : core_string.h, core_string.c
- core_string_buffer_resize() : core_string.h, core_string.c
- core_string_concat() : core_string.h, core_string.c
- core_string_copy() : core_string.h, core_string.c
- core_string_copy_from_char() : core_string.h, core_string.c
- core_string_create() : core_string.h, core_string.c
- core_string_cstr() : core_string.h, core_string.c
- core_string_default_create() : core_string.h, core_string.c
- core_string_destroy() : core_string.h, core_string.c
- core_string_equal() : core_string.h, core_string.c
- core_string_equal_from_char() : core_string.h, core_string.c
- core_string_is_empty() : core_string.h, core_string.c
- core_string_length() : core_string.h, core_string.c
- core_string_substring_copy() : core_string.h, core_string.c
- core_string_to_i32() : core_string.h, core_string.c
- core_string_trim() : core_string.h, core_string.c
- core_zero_memory() : core_memory.h, core_memory.c
- m -