| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to taskmng.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / mona | 
support Mona-OS (T.Yui)
#ifdef __cplusplus
extern "C" {
#endif
extern	BOOL	task_avail;
void taskmng_initialize(void);
void taskmng_exit(void);
void taskmng_rol(void);
#define	taskmng_isavail()		(task_avail)
BOOL taskmng_sleep(UINT32 tick);
#ifdef __cplusplus
}
#endif