Code: Select all
int i = 0;
i += 2;
int x = 0;
Also, with the c99 standard, prototypes needed to be placed to link functions in different files. I went through and made functions that didn't need to be used by other files 'static' as well as local variables. This actually cut down the size of my OS by 4-5k alone.
I'm not sure of what you mean here?inflater wrote: Actually, you could start to sell your OS for money
true, but not many people actually use the strick warnings settings to enforce it though.Yayyak wrote:To me, following the language should be a no-brainer
Thank you.piranha wrote:I'm jealous, your OS actually has potential.
Also, thanks to Chase for adding a sweeeet feature I just noticed due to piranha's post. I didn't know that if someone posts on your thread while you are responding it notifies you. very cool.