Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing output #6

Open
chrand opened this issue Sep 8, 2014 · 0 comments
Open

missing output #6

chrand opened this issue Sep 8, 2014 · 0 comments

Comments

@chrand
Copy link

chrand commented Sep 8, 2014

The code in the example does not return the output string "My number: 5\n", only the return code 13 (number of bytes?): Clojure 1.6.0, Java HotSpot 64-bit 1.8.0_20-b26

(require '[net.n01se.clojure-jna :as jna])
(jna/invoke Integer c/printf "My number: %d\n" 5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant