-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathloader.c
More file actions
23 lines (22 loc) · 1.25 KB
/
loader.c
File metadata and controls
23 lines (22 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* code automatically generated by bin2c -- DO NOT EDIT */
{
/* #include'ing this file in a C program is equivalent to calling
if (luaL_loadfile(L,"loader.lc")==0) lua_pcall(L, 0, 0, 0);
*/
/* loader.lc */
static const unsigned char B1[]={
27, 76, 74, 1, 2, 98, 0, 1, 4, 2, 2, 0, 16, 43, 1, 0, 0, 54, 1, 0,
1, 15, 0, 1, 0, 84, 2, 6,128, 43, 1, 1, 0, 16, 2, 0, 0, 43, 3, 0,
0, 54, 3, 0, 3, 64, 1, 3, 0, 84, 1, 5,128, 37, 1, 0, 0, 16, 2, 0,
0, 37, 3, 1, 0, 36, 1, 3, 1, 72, 1, 2, 0, 71, 0, 1, 0, 1,192, 0,
192, 6, 39, 25, 78,111, 32,101,109, 98,101,100,100,101,100, 32,109,111,100,117,
108,101, 32, 39,125, 3, 0, 7, 0, 7, 0, 16, 52, 0, 0, 0, 52, 1, 1, 0,
49, 2, 2, 0, 41, 3, 0, 0, 53, 3, 0, 0, 41, 3, 0, 0, 53, 3, 1, 0,
52, 3, 3, 0, 55, 3, 4, 3, 52, 4, 5, 0, 55, 4, 6, 4, 39, 5, 2, 0,
16, 6, 2, 0, 62, 3, 4, 1, 48, 0, 0,128, 71, 0, 1, 0, 12,108,111, 97,
100,101,114,115, 12,112, 97, 99,107, 97,103,101, 11,105,110,115,101,114,116, 10,
116, 97, 98,108,101, 0, 18,101,109, 98,101,100,100,101,100,102,105,108,101,115,
14,108,111, 97,100,101,109, 98,101,100, 0,
};
if (luaL_loadbuffer(L,(const char*)B1,sizeof(B1),"loader.lc")==0) lua_pcall(L, 0, 0, 0);
}