libfxcg
libfxcg copied to clipboard
I cant find sscanf, how do I add it?
sscanf is not in stdio.h, can someone please guide me how do I add it so I can use it in the examples code?
I don't think that libfxcg currently includes sscanf (a simple search of the repo shows this). You will have to implement it yourself. If you would then like to, you could probably make a PR with it in libc/stdio.c.
Yes i had to do it myself, but I didnt push back the changes, is it worth doing it, no one replies here anyway?
You don't have to; it's not very active, but usually PRs do get looked at. Anyway, feel free to close the issue if you managed to fix it.