module.modulemap 79 B

123456
  1. module mylib [extern_c] {
  2. header "mylib.h"
  3. link "mylib"
  4. export *
  5. }