#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 *buf, const char *fmt,...) |
int | binSscanf (const char *fmt,...) |
int binScanfGuessDataLenFromMask | ( | const char * | scanfMask | ) |
Definition at line 438 of file binScanf.cpp.
int binScanfVec | ( | const std::vector< unsigned char > * | vec, |
const char * | fmt, | ||
... | |||
) |
Definition at line 417 of file binScanf.cpp.
int binSscanf | ( | const char * | buf, |
const char * | fmt, | ||
... | |||
) |
Definition at line 212 of file binScanf.cpp.
int binSscanf | ( | const char * | fmt, |
... | |||
) |
Definition at line 182 of file binScanf.cpp.