comparison third_party/luajit/src/lua.hpp @ 178:94705b5986b3

[ThirdParty] Added WRK and luajit for load testing.
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 20:10:30 -0800
parents
children
comparison
equal deleted inserted replaced
177:24fe8ff94056 178:94705b5986b3
1 // C++ wrapper for LuaJIT header files.
2
3 extern "C" {
4 #include "lua.h"
5 #include "lauxlib.h"
6 #include "lualib.h"
7 #include "luajit.h"
8 }
9