minix/lib/ip/hton.c

11 lines
112 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
/*
hton.c
*/
#include <sys/types.h>
#include <minix/config.h>
#include <net/hton.h>
u16_t _tmp;
u32_t _tmp_l;