Introduction - If you have any usage issues, please Google them yourself
Linux_C the error trapping. Often called api linux system when there will be some errors, for example using the open () write () creat () function like sometimes returns-1, which is the call fails, this time is often need to know the reason for the failure. This time using the global variable errno is quite useful.