Skip to content

Instantly share code, notes, and snippets.

@steve-s
Created July 21, 2022 15:05
Show Gist options
  • Save steve-s/b0fc2353e17fe115373ba154a1cf0287 to your computer and use it in GitHub Desktop.
Save steve-s/b0fc2353e17fe115373ba154a1cf0287 to your computer and use it in GitHub Desktop.
HPyAPI_FUNC int HPy_IsTrue(HPyContext *ctx, HPy h) {
return ctx->ctx_IsTrue ( ctx, h );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment