lua-users home
lua-l archive

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


> https://github.com/lua/lua/blob/master/lauxlib.h#L105
> 
> I guess it should be :
> 
> LUALIB_API void (luaL_addgsub) (luaL_Buffer *b, const char *s,
>                                      const char *p, const char *r);

Sure! Thanks for the feedback.

-- Roberto