4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / lib / libc / tahoe / net / htonl.s
CommitLineData
f4f66d2c 1/*
3f6f0ccf
KB
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
f4f66d2c 4 *
019bea33 5 * %sccs.include.redist.c%
f4f66d2c
KB
6 */
7
8#if defined(LIBC_SCCS) && !defined(lint)
3f6f0ccf 9 .asciz "@(#)htonl.s 8.1 (Berkeley) %G%"
f4f66d2c 10#endif /* LIBC_SCCS and not lint */
7effd6b4
SL
11
12/* netorder = htonl(hostorder) */
13
14#include "DEFS.h"
15
2b563e4e 16ENTRY(htonl, 0)
7effd6b4
SL
17 movl 4(fp),r0
18 ret