toxcore/nacl/curvecp/hexparse.h

7 lines
108 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef HEXPARSE_H
#define HEXPARSE_H
extern int hexparse(unsigned char *,long long,const char *);
#endif