10 lines
103 B
Text
10 lines
103 B
Text
|
module myModule {
|
||
|
header "myModule.h"
|
||
|
export *
|
||
|
}
|
||
|
|
||
|
module minmax {
|
||
|
header "minmax.h"
|
||
|
export *
|
||
|
}
|