newspeoplefor developersdocumentationdownloads

basic01.cc

Go to the documentation of this file.
00001 //------------------------------------------------------------------------------
00012 #include "kernel/nkernelserver.h"
00013 
00014 int
00015 main(int /*argc*/, const char** /*argv*/)
00016 {
00017     nKernelServer* kernelServer = n_new (nKernelServer());
00018 
00019     n_printf("Goodbye Cruel World\n");
00020 
00021     n_delete (kernelServer);
00022     return 0;
00023 }

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.