mimports.nim 178 B

12345678910
  1. from mimportsb {.all.} import fnb1, hfnb3
  2. proc fn1*(): int = 1
  3. proc fn2*(): int = 2
  4. proc hfn3(): int = 3
  5. proc hfn4(): int = 4
  6. proc hfn5(): int = 5
  7. export mimportsb.fnb2, hfnb3