fopen() not working in C

后端 未结 4 981
北恋
北恋 2020-12-21 18:29

I got it fixed. Thanks for all the help.

I\'ve now looked through quite a few articles, forum posts and topics here; however, none have actually fixed my issue. The

4条回答
  •  情歌与酒
    2020-12-21 19:08

    You should use strerror to format the error yourself or perror to print the system error matching with the errno.

    man errno may help you

提交回复
热议问题