1#pragma once
2
3#include <stdint.h>
4
5typedef uint16_t n_short;
6typedef uint32_t n_long, n_time;
7