Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. SuperStrict
  3.  
  4. Framework brl.blitz
  5. Import brl.standardio
  6.  
  7. Local boo:Byte Ptr = MemAlloc(1)
  8. Test(boo)
  9. Print("foo")
  10.  
  11. Function Test:Byte Ptr(pointer:Byte Ptr)
  12.     Local numeric:Long = Long(pointer)
  13.     Return Byte Ptr(numeric)
  14. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement