diff options
author | Richard Braun <rbraun@sceen.net> | 2017-08-28 20:20:53 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-08-29 02:31:44 +0200 |
commit | 08a8ebf87c58e7a247bae1ec1ece187103473f72 (patch) | |
tree | 0bb6cd50c5a81c8be3614e368346da4d0b84ce2a | |
parent | cbf35081fabde1ce35cbaf223fde853db86e06d4 (diff) |
doc/intro(9): add TODO entry
-rw-r--r-- | doc/intro.9.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/intro.9.txt b/doc/intro.9.txt index 5b7ee2b1..e63ae9a1 100644 --- a/doc/intro.9.txt +++ b/doc/intro.9.txt @@ -172,6 +172,9 @@ often vary too much. Similarly, it doesn't provide a hash table interface. Instead, users can easily build specialized queues, hash tables and ring buffers on top of the provided facilities. +TODO List supported standard C interfaces and remove the printf/sprintf +modules from the list above. + [[multiprocessor_support]] MULTIPROCESSOR SUPPORT ---------------------- |