summaryrefslogtreecommitdiff
path: root/nacl/curvecp/hexparse.h
blob: 4e88e187d22c853f418ff49b1f25eef7fe382169 (plain)
1
2
3
4
5
6
#ifndef HEXPARSE_H
#define HEXPARSE_H

extern int hexparse(unsigned char *,long long,const char *);

#endif