What is the use of `putw` and `getw` function in c?

后端 未结 4 499
无人及你
无人及你 2020-12-06 08:49

I wanna know the use of putw() and getw() function. As I know, these are used to write and read from file as like as putc and ge

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 09:41

    Since it is an ASCII text file, the file view will always be in ASCII though integer is written into the file.

提交回复
热议问题