aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-16 09:56:52 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-16 09:56:52 +0100
commit481280e346c01408272f9b8cc9f941df75e0c99c (patch)
tree4b9b6155c12088899439a90a5c477dbe116949ef /TODO
parentfix issue #5 on github (diff)
downloadslibc-481280e346c01408272f9b8cc9f941df75e0c99c.tar.gz
slibc-481280e346c01408272f9b8cc9f941df75e0c99c.tar.bz2
slibc-481280e346c01408272f9b8cc9f941df75e0c99c.tar.xz
add ntohs, ntohl, ntohll, htons, htonl, and htonll
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3cfbfe3..7754403 100644
--- a/TODO
+++ b/TODO
@@ -59,8 +59,6 @@ Extensions:
base16 -d
variable argument string concat
string manipulation
- htonll
- ntohll
POSIX specifies that *printf shall fail with EOVERFLOW is the
length of the constructed string is greater than INT_MAX.