10 lines
112 B
C
Executable file
10 lines
112 B
C
Executable file
/*
|
|
hton.c
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
#include <minix/config.h>
|
|
#include <net/hton.h>
|
|
|
|
u16_t _tmp;
|
|
u32_t _tmp_l;
|