Skip to content

Instantly share code, notes, and snippets.

@paulohrpinheiro
Created August 22, 2015 17:51
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 paulohrpinheiro/a65db77cf3e5e0f45195 to your computer and use it in GitHub Desktop.
Save paulohrpinheiro/a65db77cf3e5e0f45195 to your computer and use it in GitHub Desktop.
Retornando um ponteiro.
> our sub Sqlite3LibVersion is symbol('sqlite3_libversion') returns Str is native('libsqlite3') { }
sub Sqlite3LibVersion( --> Str) { #`(Sub+{NativeCallSymbol[Str]}+{Native[Sub+{NativeCallSymbol[Str]},Str]}|140598245394280) ... }
> Sqlite3LibVersion()
3.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment