minix/lib/ip/hton.c
2005-04-21 14:53:53 +00:00

11 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;