mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
[Redbean] Add UuidV7 method (#1213)
To Complete #1140 add UUID version 7 to Redbean
This commit is contained in:
parent
c1f8d0678c
commit
72511ff0ac
6 changed files with 103 additions and 1 deletions
|
@ -91,6 +91,7 @@ int LuaSlurp(lua_State *);
|
|||
int LuaUncompress(lua_State *);
|
||||
int LuaUnderlong(lua_State *);
|
||||
int LuaUuidV4(lua_State *);
|
||||
int LuaUuidV7(lua_State *);
|
||||
int LuaVisualizeControlCodes(lua_State *);
|
||||
|
||||
void LuaPushUrlView(lua_State *, struct UrlView *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue