diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-15 18:01:55 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-15 18:01:55 +0100 |
commit | 25601f024d0f46d1dfce4f3599a280c12e787dd2 (patch) | |
tree | b6d49ebcbb2369dba977d46c7aa29233f88aefff /TODO | |
parent | update todo (diff) | |
download | slibc-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 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |