module.modulemap 93 B

123456
  1. framework module mpg123 {
  2. umbrella header "mpg123.h"
  3. export *
  4. module * { export * }
  5. }