xref: /csrg-svn/lib/libc/tahoe/net/htons.s (revision 29436)
1#ifdef LIBC_SCCS
2	.asciz	"@(#)htons.s	1.1 (Berkeley/CCI) 07/02/86"
3#endif LIBC_SCCS
4
5/* hostorder = htons(netorder) */
6
7#include "DEFS.h"
8
9ENTRY(htons)
10	movzwl	6(fp),r0
11	ret
12