[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: some lua in C
- From: Max Ischenko <max@...>
- Date: Wed, 10 Jan 2001 16:25:59 +0200
Hi there, rjek@digital-scurf.org!
On Wednesday, 10 of January you wrote:
>
> > In lua i wrote
> > t = {}
> > s = pidof('rxvt')
> > gsub(s, '(%S+)', function (str) tinsert(%t, str) end)
> >
> > How can rewrote it in C?
>
> Which version of Lua are you using? The method can change somewhat
> between versions.
Lua 4.0
--
Best regards, Maxim F. Ischenko.