Skip to content

Instantly share code, notes, and snippets.

@abhijitiitr
Created October 23, 2014 21:54
Show Gist options
  • Select an option

  • Save abhijitiitr/363e62aec3b784dcf3e5 to your computer and use it in GitHub Desktop.

Select an option

Save abhijitiitr/363e62aec3b784dcf3e5 to your computer and use it in GitHub Desktop.
-module(conc_nif_caller).
-export([call_nif/0]).
call_nif() ->
receive
Int_Val ->
niftest:hello(Int_Val),
ok
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment