Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/HelloWorld/HelloWorldInit.c

Source at commit 303 created 13 years 8 months ago.
By meklort, Support module (Symbols) and a HelloWorld example, Makefile needs a lot of work
1extern int load_dependency(const char*);
2
3int start() {
4int returnValue = 1;
5if(returnValue) returnValue &= load_dependency("Symbols");
6return returnValue;
7}
8

Archive Download this file

Revision: 303