11 lines
		
	
	
		
			112 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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;
 | 
