diff options
author | Martin Mares <mj@ucw.cz> | 1998-06-17 16:31:36 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-06-17 16:31:36 +0200 |
commit | ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4 (patch) | |
tree | a12069269792c80ae9fc21987f8a754f1a7c54dc /TODO | |
parent | 97d858c590998786d4d8a16b5c1f657800d74736 (diff) | |
download | bird-ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4.tar bird-ecacdfa434acf8af38ed8c1c0c8e71dab400b0f4.zip |
Added local version of sprintf (bsprintf and bvsprintf) offering few new
format strings:
%I IP address
%#I IP address in hexadecimal
%1I IP address padded to full length
%m strerror(errno)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core - Check incoming packets and log errors!! +- implement snprintf etc. and clean up debugging and logging functions + RIP ~~~ |