source: buchla-68k/orig/lib/INCLUDE/MTFUNCS.H

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 510 bytes
Line 
1/*
2 =============================================================================
3 mtfuncs.h -- multitasker function references
4 Version 7 -- 1988-03-29 -- D.N. Lynx Crowe
5 (c) Copyright 1988 -- D.N. Lynx Crowe
6 =============================================================================
7*/
8
9extern unsigned MTID(), MTSetP(), MTGetID();
10extern short MTRun(), MTStop(), MTStat(), MTZap();
11extern short SMStat(), SMCSig(), SMCWait();
12extern short MBDel();
13extern MSG *MBRecv(), *MBChek();
Note: See TracBrowser for help on using the repository browser.