6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
module mylib [extern_c] {
|
|
header "mylib.h"
|
|
link "mylib"
|
|
export *
|
|
}
|