Small_C_Syntax
From ArchaicPixels: HuC and PCEAS Documentation
[edit]
Basic
Small C is a pre-standard version of C so it's close in comparison. However, there are some significant and annoying differences.
differences:
- function declaration synatax
- static variables cannot be used as parameters
- structures require a workaround
- enumerations don't exist
- function pointers require a workaround
[edit]
