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

#ifndef UINT32_H
#define UINT32_H

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

typedef uint32_t uint32 ;