C PROGRAMMING
Standards And Versions
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
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.
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .