in reply to Re: Re: Re: Re: Returns from using system function
in thread Returns from using system function

The manpage for errno on my box listed several of the more common constants, with brief explanations. A good OS-level C tutorial may go into more detail. I'd check Google. (EPERM means "operation not permitted", though.)
  • Comment on Re: Re: Re: Re: Re: Returns from using system function