cleaning of comments

This commit is contained in:
Sylvain PILLOT 2023-02-19 21:55:59 +01:00
parent 2bf06360c0
commit 00392b42a1
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ void __scanf_store_d(long double value, int size, va_list *args)
/*************************************************************************************************************/
// TODO : add the support of in->readsofar into strto_fp(...) and str_to_int(...)
// to be able to get correct '%n' returned value
int __scanf(
struct __scanf_input * __restrict__ in,
char const * __restrict__ format,