8 lines
94 B
Text
8 lines
94 B
Text
module FLEX {
|
|
umbrella header "FLEX.h"
|
|
|
|
link "flex"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|