Skip to content

Instantly share code, notes, and snippets.

Created July 29, 2011 00:57
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 anonymous/1112918 to your computer and use it in GitHub Desktop.
Save anonymous/1112918 to your computer and use it in GitHub Desktop.
dlfunc nci, lib, 'gsl_stats_max_index', 'lpll'
if nci goto true1
say "False1"
goto done1
true1:
say "True1"
done1:
set_global ['GSL'], 'gsl_stats_max_index', nci
dlfunc nci, lib, 'gsl_stats_int_max', 'ipll'
if nci goto true2
say "False2"
goto done2
true2:
say "True2"
done2:
set_global ['GSL'], 'gsl_stats_int_max', nci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment