mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
7 lines
91 B
Modula-2
7 lines
91 B
Modula-2
; Windows DLL example - export definition for the DLL
|
|
|
|
LIBRARY dll.dll
|
|
|
|
EXPORTS
|
|
HelloWorld
|