1 2 3 4 5 6 7 8 9 10
#include "client.h" #include "task.h" int main() { Client c; Task rootTask( &c, true ); return 0; }