one of the applicatiosn of this library is on embedded systems, where functions such as fopen cannot be taken from . It'd be nice if we could leave the functions from stdio.h as default but give the user the option to overwrite them via callbacks (similiar to what you did with malloc and free).
one of the applicatiosn of this library is on embedded systems, where functions such as fopen cannot be taken from. It'd be nice if we could leave the functions from stdio.h as default but give the user the option to overwrite them via callbacks (similiar to what you did with malloc and free).