module.modulemap 77 B

12345
  1. module llama [system] {
  2. header "llama.h"
  3. link "llama"
  4. export *
  5. }