#ifndef CM_MLEMOS_COROUTINE_H_INCLUDED #define CM_MLEMOS_COROUTINE_H_INCLUDED #include "exception.h" typedef cm_exception_t (*cm_coroutine_t) (void *, void *); #endif