diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-18 19:31:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-18 19:31:47 +0100 |
commit | d37cd7fb526749316a2c7864cfb9b1145dcad427 (patch) | |
tree | f36c3f522f62ca2ed4ab078d3017ea73f77fe24a /TODO | |
parent | update todo (diff) | |
download | slibc-d37cd7fb526749316a2c7864cfb9b1145dcad427.tar.gz slibc-d37cd7fb526749316a2c7864cfb9b1145dcad427.tar.bz2 slibc-d37cd7fb526749316a2c7864cfb9b1145dcad427.tar.xz |
update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -73,4 +73,6 @@ Macros that are used but not defined: _LINUX_ It is implementation-defined what happens in realloc if the -size is zero. This should be reflected in the documentation.
\ No newline at end of file +size is zero. This should be reflected in the documentation. + +The printf-functions shall have a %-code for dumping a memory segment. |