diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-16 09:56:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-16 09:56:52 +0100 |
commit | 481280e346c01408272f9b8cc9f941df75e0c99c (patch) | |
tree | 4b9b6155c12088899439a90a5c477dbe116949ef /TODO | |
parent | fix issue #5 on github (diff) | |
download | slibc-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 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |