mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Compiles with g++.
This commit is contained in:
10
etc/lp.lua
10
etc/lp.lua
@ -1,6 +1,12 @@
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- LPD support for the Lua language
|
||||
-- LuaSocket toolkit.
|
||||
-- Author: David Burgess
|
||||
-- Modified by Diego Nehab, but David is in charge
|
||||
-- RCS ID: $Id$
|
||||
-----------------------------------------------------------------------------
|
||||
--[[
|
||||
if you have any questions RFC 1179
|
||||
if you have any questions: RFC 1179
|
||||
]]
|
||||
-- make sure LuaSocket is loaded
|
||||
local socket = require("socket")
|
||||
|
Reference in New Issue
Block a user