Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 761 Bytes

roadmap.md

File metadata and controls

22 lines (18 loc) · 761 Bytes

Goals

C language features

https://en.cppreference.com/w/c

  • preprocessor macros
  • headers
  • function parameters
  • structs
  • custom typedefs
  • expressions inside statements, such as if ((i = 0) == 0)
  • variadic functions
  • global variables
  • goto and labels