__STRICT_ANSI__ and stdio.h

cyg Simple cygsimple@gmail.com
Sun Dec 13 16:51:00 GMT 2015


On 12/12/2015 2:51 AM, KIMURA Masaru wrote:
> Hi,
> 
> is cygwin's __STRICT_ANSI__ and stdio.h behavior not so compatible to glibc's?
> especially, i meant routines in POSIX 1003.1:2001 (popen(), pclose(), etc).
> for a specific example, see a cparser issue[1] i submitted.
> 

Cygwin isn't wrong.  __STRICT_ANSI__ doesn't mix with POSIX.
__STRICT_ANSI__ definitions is what you should look at for the defined
API; not POSIX 1003.1:2001.

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list