summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/include/sodium/crypto_uint16.h
blob: 6be4e347c6555ba98e9793f996989967e5f1fd20 (plain)
1
2
3
4
5
6
7
8
#ifndef crypto_uint16_H
#define crypto_uint16_H

#include <stdint.h>

typedef uint16_t crypto_uint16;

#endif