#include <lauxlib.h>
#include <lua.h>
#include <lualib.h>
#include <signal.h>
#include "upb/bindings/lua/upb.h"
Go to the source code of this file.
◆ interrupt()
static void interrupt |
( |
lua_State * |
L, |
|
|
lua_Debug * |
ar |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ sighandler()
static void sighandler |
( |
int |
i | ) |
|
|
static |
◆ init
Initial value:=
"package.preload['lupb'] = ... "
"package.path = '"
"./?.lua;"
"./third_party/lunit/?.lua;"
"external/com_google_protobuf/?.lua;"
"external/com_google_protobuf/src/?.lua;"
"bazel-bin/?.lua;"
"bazel-bin/external/com_google_protobuf/src/?.lua;"
"bazel-bin/external/com_google_protobuf/?.lua;"
"bazel-bin/external/com_google_protobuf/?.lua;"
"upb/bindings/lua/?.lua"
"'"
Definition at line 49 of file upb/upb/bindings/lua/main.c.