Linux Commands Examples

A great documentation place for Linux commands

c89

ANSI (1989) C compiler


see also : cc

Synopsis

c89 [-pedantic] [-pedantic-errors] [-D_ANSI_SOURCE] options ...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
c89 bpfasm.c `sdl-config --libs --cflags` -o bpfasm

description

Calls the C compiler (cc) with the given options , using a C language environment compatible with the -ansiC specification.

This includes proper handling of trigraphs, disabling non-ANSI compiler features (such as asm , inline , typeof , and the $ character in identifiers), and definition of the preprocessor symbol __STRICT_ANSI__ .


bugs

Since c89 is a shell wrapper script to cc , compile errors are prefixed by "cc:".


history

Appeared in NetBSD 1.4 .


see also

cc for a description of all options.

How can this site be more helpful to YOU ?


give  feedback