When including something
#include <stdio.h>
you must also always include
#include <default.c>
FIRST

default.c is only implicitly included if there are no other includes. yep.

So try
#include <default.c>
#include <stdio.h>

function run() {
...
}

Last edited by GPEngine; 03/20/15 06:09.