diff options
author | chai <chaifix@163.com> | 2018-05-16 15:02:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-16 15:02:43 +0800 |
commit | fdaf0e7eb6b9d9bdd7d5ab5f814f4ebbf791ff67 (patch) | |
tree | 6b9712381d6bce07554491acf900ec4b27e6ecb0 /src/lua/embed/path.lua.h |
v0.1.0
Diffstat (limited to 'src/lua/embed/path.lua.h')
-rw-r--r-- | src/lua/embed/path.lua.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lua/embed/path.lua.h b/src/lua/embed/path.lua.h new file mode 100644 index 0000000..8a2968a --- /dev/null +++ b/src/lua/embed/path.lua.h @@ -0,0 +1,21 @@ +/* path.lua */ +static const char path_lua[] = +{45,45,91,91,32,13,10,32,32,32,32,106,105,110,46,112,97,116,104,32,101,120,116, +101,110,115,105,111,110,13,10,93,93,32,13,10,13,10,106,105,110,46,112,97,116, +104,32,61,32,106,105,110,46,112,97,116,104,32,111,114,32,123,125,32,13,10,13, +10,45,45,32,103,97,109,101,32,114,111,111,116,32,100,105,114,101,99,116,111, +114,121,32,13,10,106,105,110,46,95,114,111,111,116,32,61,32,110,105,108,32,13, +10,13,10,108,111,99,97,108,32,102,117,110,99,116,105,111,110,32,105,115,102, +117,108,108,40,112,97,116,104,41,32,13,10,32,32,32,32,13,10,101,110,100,32,13, +10,13,10,45,45,32,109,101,114,103,101,32,115,117,98,32,112,97,116,104,32,105, +110,116,111,32,111,110,101,32,13,10,108,111,99,97,108,32,102,117,110,99,116, +105,111,110,32,109,101,114,103,101,40,46,46,46,41,32,13,10,32,32,32,32,13,10, +101,110,100,32,13,10,13,10,45,45,32,114,101,116,117,114,110,32,102,117,108, +108,32,112,97,116,104,32,111,102,32,97,32,103,105,118,101,110,32,112,97,116, +104,32,13,10,102,117,110,99,116,105,111,110,32,106,105,110,46,112,97,116,104, +46,102,117,108,108,40,112,97,116,104,41,13,10,32,32,32,32,108,111,99,97,108, +32,114,111,111,116,32,61,32,106,105,110,46,95,100,105,114,32,46,46,32,39,47, +39,32,46,46,32,106,105,110,46,95,97,114,103,118,91,50,93,13,10,32,32,32,32, +114,101,116,117,114,110,32,114,111,111,116,32,46,46,32,39,47,39,32,46,46,32, +112,97,116,104,32,13,10,101,110,100,13,10,13,10}; + |