00001 /* ndk - [ task.i386.h ] 00002 * 00003 * Interface for creating/controlling tasks 00004 * 00005 * (c)2004 dcipher / neuraldk 00006 * www.neuraldk.org 00007 */ 00008 00017 #ifndef __ndk_task_i386_h__ 00018 #define __ndk_task_i386_h__ 00019 00020 // \TODO just a test 00021 ErrorCode taskInit(void); 00022 00023 #endif 00024