Last change
on this file since eee74cd 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 |
|
---|
9 | extern unsigned MTID(), MTSetP(), MTGetID();
|
---|
10 | extern short MTRun(), MTStop(), MTStat(), MTZap();
|
---|
11 | extern short SMStat(), SMCSig(), SMCWait();
|
---|
12 | extern short MBDel();
|
---|
13 | extern MSG *MBRecv(), *MBChek();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.