Skip to content

Instantly share code, notes, and snippets.

@stephenroller
Created March 14, 2009 04:55
Show Gist options
  • Save stephenroller/78949 to your computer and use it in GitHub Desktop.
Save stephenroller/78949 to your computer and use it in GitHub Desktop.
(ns jnatest)
(import 'com.sun.jna.Library 'com.sun.jna.Native)
(gen-interface
:name JnaTest
:extends [com.sun.jna.Library]
:methods [['getppid [] Integer]
['getpid [] Integer]
['sleep [Integer] Void]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment