]> git.saurik.com Git - redis.git/blob - deps/lua/etc/lua.hpp
make sure to return just 1 for rio.c write when the target is a buffer, as we do...
[redis.git] / deps / lua / etc / lua.hpp
1 // lua.hpp
2 // Lua header files for C++
3 // <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5 extern "C" {
6 #include "lua.h"
7 #include "lualib.h"
8 #include "lauxlib.h"
9 }