Definition of Ansi c

FOLDOC
ANSI C
<languagestandard> (American National Standards Institute C) A revision of C, adding function prototypesstructure passingstructure assignment and standardised library functions. ANSI X3.159-1989.
cgram is a grammar for ANSI C, written in Schemeunproto is a program for removing function prototypes to translate ANSI C to standard C. lcc is a retargetable compiler for ANSI C.
(1995-11-26)

Search Dictionary:
Search Web Search Dictionary



Ansi c definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

Ansi c Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
ansi c

ansi c
(american national standards institute c) a revision of c, adding function prototypes , structure passing , structure assignment and standardised library functions. ansi x3.159-1989.



Ansi c Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
ANSI C
ANSI C is the standard published by the American National Standards Institute (ANSI) for the C programming language. Software developers writing in C are encouraged to conform to the requirements in the document, as it encourages easily portable code.

See more at Wikipedia.org...