15 lines
261 B
Modula-2
15 lines
261 B
Modula-2
|
|
||
|
LIBRARY rt.sys
|
||
|
|
||
|
EXPORTS
|
||
|
DllInitialize PRIVATE
|
||
|
RtVersion
|
||
|
RtCreateThread
|
||
|
RtDestroyThread
|
||
|
RtYield
|
||
|
RtAdjustCpuLoad
|
||
|
RtSystemInfo
|
||
|
RtThread
|
||
|
RtAddLogEntry
|
||
|
|