John, what do you think about "outsourcing" some libs in order to decrease the memory NXC needs?
e.g., I dont regularily need graphic libraries (except fonts).
My suggestion would be to resurrect #include for specific libraries -
nxtdefs.h may be included automatically (or- maybe not) -
and anyone who wants different fonts may
#include "fonts.h"
who wants advanced graphics:
#include "graphics.h"
and maybe who ever (I actually can't imagine who exactly) likes faked stdio functions may use
#include "fakedio.h"
ok-
the last one admittedly was a joke (because this lib's size would extend even the nxtdefs.h) -
no, I'm kidding -
but honestly, I think the rest might be a good idea... :)