Skip to content

Instantly share code, notes, and snippets.

@Leonidas-from-XIV
Created February 28, 2013 21:19
Show Gist options
  • Save Leonidas-from-XIV/5060217 to your computer and use it in GitHub Desktop.
Save Leonidas-from-XIV/5060217 to your computer and use it in GitHub Desktop.
CAMLprim value ost_out_used_new(value u)
{
size_t* outUsed = malloc(sizeof(size_t));
*outUsed = 0;
return outUsed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment