Skip to content

Instantly share code, notes, and snippets.

@fowlmouth
Created May 7, 2015 02:44
Show Gist options
  • Save fowlmouth/58e25c1d895e7f15e205 to your computer and use it in GitHub Desktop.
Save fowlmouth/58e25c1d895e7f15e205 to your computer and use it in GitHub Desktop.
lib X
fun itoa = itoa(value : Int32, str : UInt8*, radix : Int32) : Int32
end
z = Pointer(UInt8).new(9)
X.itoa(1, z, 1)
p z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment