Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created November 11, 2019 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpercy/4856947ce97aeafc236eb96f152b2a75 to your computer and use it in GitHub Desktop.
Save rbnpercy/4856947ce97aeafc236eb96f152b2a75 to your computer and use it in GitHub Desktop.
require "./sayhi_c/*"
@[Link(ldflags: "#{__DIR__}/sayhi_c/sayhi.o")]
lib Say
fun hi(name : LibC::Char*) : Void
end
Say.hi("Status")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment