Skip to content
Snippets Groups Projects
Commit d31f98a2 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Add Lua/C functions to work with int64/uint64

This patch adds four new functions to API:

  * luaL_checkuint64()
  * luaL_touint64()
  * luaL_checkint64()
  * luaL_toint64()

This functions are needed to rewrite request encoding in net.box.
parent 90f1d760
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment