Penguin
Annotated edit history of c89(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 C89
2 !!!C89
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 HISTORY
8 BUGS
9 ----
10 !!NAME
11
12
13 c89 - ANSI (1989) C compiler
14 !!SYNOPSIS
15
16
17 __c89__ [[-pedantic] [[-pedantic-errors] [[-D_ANSI_SOURCE]
18 options ...
19 !!DESCRIPTION
20
21
22 Calls the C compiler (cc) with the given __options ,__
23 using a C language environment compatible with the -ansiC
24 specification.
25
26
27 This includes proper handling of trigraphs, disabling
28 non-ANSI compiler features (such as __asm , inline , typeof
29 ,__ and the $ character in identifiers), and definition of
30 the preprocessor symbol __STRICT_ANSI__ .
31 !!SEE ALSO
32
33
34 cc(1) for a description of all options.
35 !!HISTORY
36
37
38 Appeared in NetBSD 1.4 .
39 !!BUGS
40
41
42 Since __c89__ is a shell wrapper script to __cc ,__
43 compile errors are prefixed by __
44 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.