相关文章  
  • Linux实用管理技巧小集
  • Linux中的两个问题及目录组织
  • 让Linux应用更加得心应手的20招
  • Emacs日程安排及calendar使用方法
  • 使用Lua编写可嵌入式脚本之三
  • 使用Lua编写可嵌入式脚本之二
  • 使用Lua编写可嵌入式脚本之一
  • GRUB引导进单用户模式的三种方式 下
  • linux启动全接触
  • Linux开机程序内幕(1)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    使用Lua编写可嵌入式脚本之四4

    */
    10   luaopen_base(L);             /* opens the basic library */
    11   luaopen_table(L);            /* opens the table library */
    12   luaopen_io(L);               /* opens the I/O library */
    13   luaopen_string(L);           /* opens the string lib. */
    14   luaopen_math(L);             /* opens the math lib. */
    15
    16   while (fgets(buff, sizeof(buff), stdin) != NULL) {
    17     error = luaL_loadbu

    页码:[1] [2] [3] [4] [5] [6] [7]4页、共7页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved