Где я могу увидеть список функций, которые взаимодействуют с errno?

В книге «Язык программирования C» это говорит:

"Many of the functions in the library set status indicators when error or end of file occur. These indicators may be set and tested explicitly. In addition, the integer expression errno (declared in <errno.h>) may contain an error number that gives further information about the most recent error."

Где я могу увидеть список этих функций?

Ответы на вопрос(6)

Ваш ответ на вопрос