notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

C.md (482B)


      1 # C
      2 
      3 This index tracks c related concepts.
      4 
      5 ## Links
      6 
      7 ### Libraries
      8 
      9 - [stdio](stdio.md)
     10     - [printf](printf.md)
     11 
     12 ### Other
     13 
     14 - [Escape Characters](EscapeCharacters.md)
     15 - [Symbolic Constants](SymbolicConstants.md)
     16 - [Assignments](Assignments.md)
     17 
     18 ### Types
     19 
     20 NOTE: Type sizes are system and OS dependent. As such, stdint should be used in cases where portability and consistency are required.
     21 
     22 - [Double](Double.md)
     23 - [Float](Float.md)
     24 - Int
     25 - Long
     26 - Long Long
     27 - Char
     28 - Long Double