1 2 3 4 5
#include "../lua.h" #include <stdint.h> uint64_t loselose(uint8_t* in, size_t len); int l_loselose(lua_State*);