ladybird/Userland/Libraries/LibC/netinet/in_systm.h

20 lines
281 B
C
Raw Normal View History

2021-04-17 17:47:43 +02:00
/*
* Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
2021-04-17 17:47:43 +02:00
*/
#pragma once
#include <bits/stdint.h>
#include <sys/cdefs.h>
__BEGIN_DECLS
typedef uint16_t n_short;
typedef uint32_t n_long;
typedef uint32_t n_time;
__END_DECLS