Re: Errno.h and EOK constant

From: David Schwartz (davids_at_webmaster.com)
Date: 02/24/04


Date: Tue, 24 Feb 2004 13:24:00 -0800


"Guillaume Métayer" <guillaumeNOmetayerSPAM@hotmail.com> wrote in message
news:ezK_b.126775$8p3.1637435@wagner.videotron.net...

> I can't figure out while I can't use the contant EOK even though I
> included
> the file <errno.h>. Some DOC on the internet says that EOK should be in
> errno.h, like here:

    I'm not sure how you would use this. In every case where it's legal to
check 'errno', it's not legal for 'errno' to contain EOK. So how do you use
it? Can you post some code?

    DS