mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +08:00
7 lines
97 B
Modula-2
7 lines
97 B
Modula-2
|
; Windows DLL example - export definition for the DLL
|
||
|
|
||
|
LIBRARY dll.dll
|
||
|
|
||
|
EXPORTS
|
||
|
HelloWorld
|