hexparse.h 108 B

123456
  1. #ifndef HEXPARSE_H
  2. #define HEXPARSE_H
  3. extern int hexparse(unsigned char *,long long,const char *);
  4. #endif