[Redbean] Add UuidV4 method (#1140)

This commit is contained in:
BONNAURE Olivier 2024-04-12 17:10:27 +02:00 committed by GitHub
parent 3e16e59f72
commit 39dde41516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 59 additions and 0 deletions

View file

@ -90,6 +90,7 @@ int LuaSleep(lua_State *);
int LuaSlurp(lua_State *);
int LuaUncompress(lua_State *);
int LuaUnderlong(lua_State *);
int LuaUuidV4(lua_State *);
int LuaVisualizeControlCodes(lua_State *);
void LuaPushUrlView(lua_State *, struct UrlView *);