sandal (owner)

Revisions

gist: 119989 Download_button fork
public
Public Clone URL: git://gist.github.com/119989.git
Embed All Files: show embed
f.rb #
1
2
3
4
5
API = ffi_builder("C:/Windows/pcmsvr32.dll") do
  short :PCMSOpenServer, [:int, :int]
  int :PCMSCloseServer, [:short]
  long :PCMSCalcDistance, [:string, :string]
end