aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-15 18:01:55 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-15 18:01:55 +0100
commit25601f024d0f46d1dfce4f3599a280c12e787dd2 (patch)
treeb6d49ebcbb2369dba977d46c7aa29233f88aefff
parentupdate todo (diff)
downloadslibc-25601f024d0f46d1dfce4f3599a280c12e787dd2.tar.gz
slibc-25601f024d0f46d1dfce4f3599a280c12e787dd2.tar.bz2
slibc-25601f024d0f46d1dfce4f3599a280c12e787dd2.tar.xz
update todo: host endian to network endian, and network endian to host endian, conversion functions for 64-bits.
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7754403..3cfbfe3 100644
--- a/TODO
+++ b/TODO
@@ -59,6 +59,8 @@ 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.