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.
Recent Updates:
Architectures, schematic symbols, functional diagrams and more info on 2 and 3-pin shunt voltage regulators.
A list of the most popular component designators used on schematics and PCB silkscreens.
Info about zener, PIN, TVS, Schottky, Zener and general-purpose diodes.
Schematic symbols, series and parallel behaviour, manufacturing processes, the E series, tolerances, variable resistors, volume resistance and more info about the electrical components called resistors.
Explanation, analysis method and more info on small-signal analysis of circuit designs.
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.