| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add util function: free_pointer_array | verdant | 2026-07-28 | 1 | -0/+1 |
| | | | | | | This function iterates through each element of pointer array, frees its memory, and finally free the array itself. | ||||
| * | Implement xrealloc | verdant | 2026-07-27 | 1 | -1/+2 |
| | | |||||
| * | Add xmalloc | verdant | 2026-07-21 | 1 | -0/+8 |
