Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 840 Bytes

cStuff.md

File metadata and controls

22 lines (18 loc) · 840 Bytes

Some cool, tricky, hidden features in C

This file contains some useful information about C.

Useful Info

C preprocessor (cpp)

#include_next: https://gcc.gnu.org/onlinedocs/cpp/Wrapper-Headers.html

NOTE

Look in the code/src directory for some cool stuff.