projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Minor fixes: Array inits, some array bounds checks.
[proxmark3-svn]
/
liblua
/
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
}
Impressum
,
Datenschutz