C PROGRAMMING
Standards And Versions
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.
Regex find/replace, back-references and more info about the text-editor vim.
C PROGRAMMING
Date Published: | |
Last Modified: |
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.