ref: a35405ca35914b7573d63d5ea377da8ee984011b
parent: 85cf484e7a1abd57339edd4f18ccbe85cc7c9918
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Feb 18 13:12:49 EST 2023
Make emcc.c clean under -Wmissing-prototypes etc Also -Wstrict-prototypes and -Wmissing-variable-declarations. Functions that are called from JavaScript now have a separate declaration at the top of the file with a comment reminding one to update emcclib.js if they're changed.