Adayadil Thomas wrote:
if you mean you want to prevent certain C features from being used, you can write a GCC plugin for it. See http://gcc.gnu.org/wiki/GCC_PluginAPIHi All,I was wondering if gcc had a restricted version which would enable me to write programs with a subset of C language.
We do this sort of thing in Mozilla with stuff like https://developer.mozilla.org/En/Dehydra.
Taras