mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-13 00:30:27 +00:00
4.6 KiB
4.6 KiB
C
- Introduction
- main.c: huge dump that is being split up into smaller sections
- Sanity
- Language
- main function
- Data
- Identifier
- Types
- Basic types
- Incomplete types
- void
- Array
- Type qualifier
- User defined types
- Literals
- Typecast
- Compile time operations
- Pointer
- Branching
- Global scope
- Operator
- Sequence point
- Lexer
- Preprocessor
- Signal
- Trigraph
- Multi-file
- stdlib
- Applications