*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: c99 | Section: 1 | Source: NetBSD | File: c99.1
C99(1) FreeBSD General Commands Manual C99(1) NAME c99 - ANSI (1999) C compiler SYNOPSIS c99 [-pedantic] [-pedantic-errors] [-D_ANSI_SOURCE] [options ...] DESCRIPTION Calls the C compiler (cc) with the given options, using a C language environment compatible with the ISO/IEC 9899:1999 ("ISO C99") specification. This includes inline functions, variable-length arrays, support for one- line comments beginning with //, disabling non-ANSI compiler features (such as asm, typeof, and the $ character in identifiers), and definition of the preprocessor symbol __STRICT_ANSI__. The following options are available: -pedantic Issue extra warnings defined by ANSI for use of non- ANSI features. -pedantic-errors Issue errors instead of warnings that normally would be presented by -pedantic. -D_ANSI_SOURCE Tell the system header file set to use an ANSI- conformant "clean" namespace. SEE ALSO cc(1) STANDARDS c99 conforms to IEEE Std 1003.2-1992 ("POSIX.2"). HISTORY c99 first appeared in NetBSD 5.0. BUGS Since c99 is a shell wrapper script to cc, compile errors are prefixed by "cc:". FreeBSD 14.1-RELEASE-p8 September 24, 2008 FreeBSD 14.1-RELEASE-p8

Navigation Options