You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one of the applicatiosn of this library is on embedded systems, where functions such as fopen cannot be taken from <stdio.h>. 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).
The text was updated successfully, but these errors were encountered:
one of the applicatiosn of this library is on embedded systems, where functions such as fopen cannot be taken from <stdio.h>. 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).
The text was updated successfully, but these errors were encountered: