toxcore/nacl/curvecp/hexparse.h
2013-07-02 09:53:34 -04:00

7 lines
108 B
C

#ifndef HEXPARSE_H
#define HEXPARSE_H
extern int hexparse(unsigned char *,long long,const char *);
#endif