in_systm.h 281 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <bits/stdint.h>
  8. #include <sys/cdefs.h>
  9. __BEGIN_DECLS
  10. typedef uint16_t n_short;
  11. typedef uint32_t n_long;
  12. typedef uint32_t n_time;
  13. __END_DECLS