summaryrefslogtreecommitdiff
path: root/src/headers/uint16-header
blob: a8058c6d1a97a20ac018df21e97b38600cac97f4 (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#ifndef UINT16_H
#define UINT16_H

#include <stdint.h>
#include <skalibs/uint64.h>

typedef uint16_t uint16 ;