1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-10 06:42:02 +05:30

reverse-ramdisk.c: change to-do list

This commit is contained in:
Intel A80486DX2-66 2024-01-06 22:28:06 +03:00
parent 57730252f0
commit 1960bb9866
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -11,7 +11,8 @@
* GCC/Clang/TCC: Compile with -DTEST to set macro TEST as defined, with
* -DDEBUG to enable debug mode
*
* To-Do: Add thread-safe versions of functions (use postfix `_r`)
* To-Do: Test: Fix the bug with invalid next size to reallocate
* To-Do: Test: Automate the test verification
*/
#include <errno.h>