C language. Read from stdout

前端 未结 4 1916
抹茶落季
抹茶落季 2021-01-03 01:30

I have some troubles with a library function. I have to write some C code that uses a library function which prints on the screen its internal steps. I am not interested to

4条回答
  •  萌比男神i
    2021-01-03 01:45

    I'm assuming you meant the standard input. Another possible function is gets, use man gets to understand how it works (pretty simple). Please show your code and explain where you failed for a better answer.

提交回复
热议问题