Standards And Versions
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.
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.