mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-09 04:50:07 +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
|