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

Go to the source code of this file.
Functions | |
| int | binScanfGuessDataLenFromMask (const char *scanfMask) |
| int | binScanfVec (const std::vector< unsigned char > *vec, const char *fmt,...) |
| int | binSscanf (const char *fmt,...) |
| int | binSscanf (const char *buf, const char *fmt,...) |
| int binScanfGuessDataLenFromMask | ( | const char * | scanfMask | ) |
Definition at line 366 of file binScanf.cpp.
| int binScanfVec | ( | const std::vector< unsigned char > * | vec, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 345 of file binScanf.cpp.
| int binSscanf | ( | const char * | fmt, |
| ... | |||
| ) |
Definition at line 153 of file binScanf.cpp.
| int binSscanf | ( | const char * | buf, |
| const char * | fmt, | ||
| ... | |||
| ) |
Definition at line 183 of file binScanf.cpp.