Add lib_libfgets() to better support the small differences between gets(), gets_s(), and fgets()
Showing
- ChangeLog 3 additions, 0 deletionsChangeLog
- libc/lib_internal.h 6 additions, 1 deletionlibc/lib_internal.h
- libc/stdio/Make.defs 6 additions, 5 deletionslibc/stdio/Make.defs
- libc/stdio/lib_fgets.c 6 additions, 137 deletionslibc/stdio/lib_fgets.c
- libc/stdio/lib_gets.c 7 additions, 50 deletionslibc/stdio/lib_gets.c
- libc/stdio/lib_gets_s.c 17 additions, 49 deletionslibc/stdio/lib_gets_s.c
- libc/stdio/lib_libfgets.c 252 additions, 0 deletionslibc/stdio/lib_libfgets.c
Loading
Please register or sign in to comment