Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
c11 [2019/07/22 11:27] – [Figure out] rpjdayc11 [2019/08/05 13:31] (current) – [Internal links] rpjday
Line 9: Line 9:
   * [[https://www.oreilly.com/library/view/21st-century-c/9781491904428/|21st Century C]]   * [[https://www.oreilly.com/library/view/21st-century-c/9781491904428/|21st Century C]]
   * [[https://en.cppreference.com/w/c|cppreference.com]]   * [[https://en.cppreference.com/w/c|cppreference.com]]
 +
 +===== Fedora packages =====
 +
 +  * clang
 +  * valgrind
 +  * meld [for graphical diff]
 +  * strace; ltrace
 +  * splint
 +  * pkg-config
 +  * gdb; lldb
 +
  
 ===== To document ===== ===== To document =====
Line 17: Line 28:
  
   * [[21st Century C]]   * [[21st Century C]]
 +  * [[GCC extensions]]
 +  * [[SEI CERT C Coding Standard]]
  
 ===== DON'T CARE ===== ===== DON'T CARE =====
Line 54: Line 67:
 ==== Preprocessor ==== ==== Preprocessor ====
  
-  * ''include_next''+  * ''#define''
  
 ==== Threading ==== ==== Threading ====
Line 63: Line 76:
  
 ==== Atomic objects ==== ==== Atomic objects ====
 +
 +==== GNU extensions ====
 +
 +  * ''include_next''
  
 ===== Static analyzers ===== ===== Static analyzers =====
  • c11.1563794839.txt.gz
  • Last modified: 2019/07/22 11:27
  • by rpjday