Programming with GraphApp
Hello World:
#include "graphapp.h" void main(void) { gprintf("Hello world\n"); }
Notes:
GraphApp will automatically create a window for you.
GraphApp will automatically handle events for you.
Source code:
hello.c