mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Remove duplicate definition
This commit is contained in:
parent
7164085e6d
commit
2fe73420a6
1 changed files with 0 additions and 7 deletions
|
@ -763,13 +763,6 @@ function DecodeHex(ascii) end
|
|||
---@nodiscard
|
||||
function DecodeBase64(ascii) end
|
||||
|
||||
--- Turns ISO-8859-1 string into UTF-8.
|
||||
---
|
||||
---@param iso_8859_1 string
|
||||
---@return string UTF8
|
||||
---@nodiscard
|
||||
function DecodeLatin1(iso_8859_1) end
|
||||
|
||||
--- Turns binary into ASCII. This can be used to create HTML data:
|
||||
--- URIs that do things like embed a PNG file in a web page. See
|
||||
--- encodebase64.c.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue