Created
February 28, 2013 21:19
-
-
Save Leonidas-from-XIV/5060217 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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