Syscalls/Platform Quirks
From WikiPrizm
Revision as of 09:18, 6 September 2012 by KermMartian (talk | contribs) (Created page with "== Syscall Quirks == * realloc is not POSIX-compliant, namely, it appears to not preserve existing memory when asked to expand a previously-allocated chunk. It may also no...")
Syscall Quirks
- realloc is not POSIX-compliant, namely, it appears to not preserve existing memory when asked to expand a previously-allocated chunk. It may also not do an in-place resize.
Platform Quirks
- Your C programs should never explicitly exit(). Users should instead be able to leave your Add-In via the [MENU] key, like native Add-Ins.