This commit is contained in:
Miloslav Ciz 2022-11-12 15:49:22 +01:00
parent 06e404c447
commit 58d560ffd4
12 changed files with 65 additions and 8 deletions

View file

@ -10,7 +10,7 @@ Some common ideas employed in the programs include:
- formatting source code as [ASCII art](ascii_art.md)
- misleading identifiers and comments
- extreme [macro](macro.md) and [preprocessor](preprocessor.md) abuse
- extreme [macro](macro.md)/[preprocessor](preprocessor.md) abuse
- abuse of compiler flags
- different behavior under different C standards
- doing simple things the hard way, e.g. by avoiding loops