9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
128 B
C
9 lines
128 B
C
#ifndef MLIBC_IN_ADDR_H
|
|
#define MLIBC_IN_ADDR_H
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint32_t in_addr_t;
|
|
|
|
#endif /* MLIBC_IN_ADDR_H */
|