projects
/
redis.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
MIGRATE now let the client distinguish I/O errors and timeouts from other erros.
[redis.git]
/
deps
/
lua
/
etc
/
lua.hpp
This page requires JavaScript to run. Use
this page
instead.
0 / 9 ( 0%)
Commit
Line
Data
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
}