xref: /csrg-svn/lib/libc/tahoe/net/htonl.s (revision 29709)
1#ifdef LIBC_SCCS
2	.asciz	"@(#)htonl.s	1.2 (Berkeley/CCI) 08/01/86"
3#endif LIBC_SCCS
4
5/* netorder = htonl(hostorder) */
6
7#include "DEFS.h"
8
9ENTRY(htonl, 0)
10	movl	4(fp),r0
11	ret
12