cyancore icon indicating copy to clipboard operation
cyancore copied to clipboard

<Libc> Add support for scanf to accept formatted input.

Open akashkollipara opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. To read input for console, there are getch and getchar but only limits to 1 byte read. Using scanf, reads for any format can be achieved.

akashkollipara avatar Feb 03 '23 14:02 akashkollipara