summaryrefslogtreecommitdiff
path: root/tests/test-printf.c
Commit message (Collapse)AuthorAgeFilesLines
* Add routines for encoding/decoding printf escaping mechanismJouni Malinen2012-08-071-0/+83
This can be used to build ASCII strings from binary data that is more likely to use ASCII (i.e., text format is more natural option than hexdump, but there is possibility of some non-ASCII characters). Signed-hostap: Jouni Malinen <j@w1.fi>