#include <stdio.h>#include <stdarg.h>#include <string.h>#include <ctype.h>#include <vector>#include <string>

Go to the source code of this file.
Functions | |
| std::string | binDumpVecToString (std::vector< unsigned char > *outvec, bool appendReadableText=false) |
| int | binSprintf (char *out, const char *format,...) |
| int | binSprintfVec (std::vector< unsigned char > *outvec, const char *fmt,...) |
| std::string binDumpVecToString | ( | std::vector< unsigned char > * | outvec, |
| bool | appendReadableText = false |
||
| ) |
Definition at line 228 of file binPrintf.cpp.
| int binSprintf | ( | char * | out, |
| const char * | format, | ||
| ... | |||
| ) |
Definition at line 202 of file binPrintf.cpp.
| int binSprintfVec | ( | std::vector< unsigned char > * | outvec, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 208 of file binPrintf.cpp.