8 lines
109 B
C
8 lines
109 B
C
|
|
#ifndef crypto_uint16_h
|
||
|
|
#define crypto_uint16_h
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
typedef uint16_t crypto_uint16;
|
||
|
|
|
||
|
|
#endif
|