binScanf.hpp
Go to the documentation of this file.
1 #ifndef BINSCANF_HPP
2 #define BINSCANF_HPP
3 
4 #include <stdio.h>
5 #include <stdarg.h>
6 #include <string.h>
7 #include <ctype.h>
8 #include <vector>
9 
10 int
11 binSscanf(const char *fmt, ...);
12 
13 int
14 binScanfVec(const std::vector<unsigned char> *vec, const char *fmt, ...);
15 
16 int
17 binSscanf(const char *buf, const char *fmt, ...);
18 
19 int binScanfGuessDataLenFromMask(const char *scanfMask);
20 
21 #endif
int binScanfVec(const std::vector< unsigned char > *vec, const char *fmt,...)
Definition: binScanf.cpp:417
int binSscanf(const char *fmt,...)
Definition: binScanf.cpp:182
int binScanfGuessDataLenFromMask(const char *scanfMask)
Definition: binScanf.cpp:438


sick_scan
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Wed May 5 2021 03:05:47