PrOSess/kernel/include/util/number.h

6 lines
No EOL
84 B
C

#pragma once
#include <stdint.h>
using size_t = uint64_t;
using ssize_t = int64_t;