lcamtuf’s thing • 3673 implied HN points • 10 Jan 25
- Understanding C's syntax can be tricky, especially with function declarations and typedefs. You'll find that some definitions may not be exactly what they seem.
- C allows some flexibility with variable and function declarations, which can lead to surprising behaviors, so always double-check how your symbols interact in different scopes.
- There are quirky features in C, like a BASIC compatibility mode for line numbering, showing that the language has some fun, unexpected twists!