Alternative to ReadLine for compiling to Zero Standard Library
Im compiling to bare metal and need to use Readline, but the zero library doesnt have a definition for it. is there an alternative library i could use?
3 Replies
if you are going to use no libraries then why don't you go winapi to read console
@S4R13L zero library?
Also wdym "bare metal"?
It's a standard library called Zero#
Running without an os
Also NVM I switched to C++