Skip to content

Standards And Versions

Published On:
Jul 19, 2014
Last Updated:
Jul 19, 2014

C99

C99 is an informal name for ISO/IEC 9899:1999.

Compiling the the flag -std=c99 gives asm() not defined errors, however compiling with -std=gnu99 instead fixes this.