lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


	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.