/* * Copyright 2020-2021 Niklas Ekström */ #include #include #include #define SIGB_INT 14 #define SIGB_MSGPORT 15 #define SIGF_INT (1 << SIGB_INT) #define SIGF_MSGPORT (1 << SIGB_MSGPORT) extern struct Task *task; extern struct MsgPort task_mp; extern BOOL task_start();