{"blog_title":"so what","published":"2007-11-02 00:00:04","url":"https://so-wh.at/entry/20071102/p1","provider_name":"Hatena Blog","blog_url":"https://so-wh.at/","width":"100%","title":" print\u3092\u547c\u3076","author_url":"https://blog.hatena.ne.jp/winebarrel/","provider_url":"https://hatena.blog","type":"rich","image_url":null,"categories":["LUA"],"author_name":"winebarrel","version":"1.0","height":"190","description":"#include \"lua.h\" #include \"lualib.h\" #include \"lauxlib.h\" int main() { lua_State *L = lua_open(); luaopen_base(L); luaL_loadstring(L, \"function f() print(0) end\"); lua_call(L, 0, 0); lua_getglobal(L, \"f\"); if(lua_pcall(L, 0, 0, 0) != 0) { printf(\"error: %s\\n\", lua_tostring(L, -1)); } lua_pop(L, 1); \u2026","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fso-wh.at%2Fentry%2F20071102%2Fp1\" title=\" print\u3092\u547c\u3076 - so what\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>"}