cyancore icon indicating copy to clipboard operation
cyancore copied to clipboard

<Libc> Add support for scanf to accept formatted

Open sagarladla opened this issue 2 months ago • 0 comments

input

modified: src/lib/libc/include/stdio.h modified: src/lib/libc/scanf.c

  • Support for int, char, string, float format specifiers added for scanf
  • Added gets function to accept string with spaces

Issue: #225

sagarladla avatar Apr 30 '24 04:04 sagarladla