Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Nov 16, 2024
1 parent d38394c commit a0b7f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ The BGEN_MALLOC and BGEN_FREE can be used to provide a custom allocator for
all btree operations. By default, the built-in `malloc()` and `free()`
functions from `<stdlib.h>` are used.
BGEN_MALLOC provides the `size` and `udata` variables.
BGEN_MALLOC provides the `size` and `udata` variables.
BGEN_FREE provides the `ptr` and `udata` variables.
```c
Expand Down

0 comments on commit a0b7f23

Please sign in to comment.