15 lines
193 B
Modula-2
15 lines
193 B
Modula-2
|
LIBRARY CNETCFG
|
||
|
HEAPSIZE 512
|
||
|
|
||
|
SECTIONS
|
||
|
.data READ WRITE
|
||
|
.instance READ WRITE
|
||
|
|
||
|
EXPORTS
|
||
|
InetConfigSystem
|
||
|
InetStartServices
|
||
|
InetNeedModem
|
||
|
InetNeedSystemComponents
|
||
|
|
||
|
|