Wrote the refstring docs

This commit is contained in:
2023-02-18 21:20:03 +11:00
committed by GitHub
parent 923de375b3
commit 3c6e791dc0
3 changed files with 71 additions and 1 deletions

View File

@@ -65,3 +65,6 @@ This function wraps a call to the internal assigned memory allocator.
### void Toy_setMemoryAllocator(Toy_MemoryAllocatorFn)
This function sets the memory allocator, replacing the default memory allocator.
This function also overwrites any given refstring memory allocator, see [toy_refstring.h](toy_refstring_h.md).