toxcore/nacl/curvecp/uint16_unpack.h

9 lines
144 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef UINT16_UNPACK_H
#define UINT16_UNPACK_H
#include "crypto_uint16.h"
extern crypto_uint16 uint16_unpack(const unsigned char *);
#endif