date and time created 86/07/02 15:58:55 by sam
[unix-history] / usr / src / lib / libc / tahoe / net / htons.s
#ifdef LIBC_SCCS
.asciz "@(#)htons.s 1.1 (Berkeley/CCI) %G%"
#endif LIBC_SCCS
/* hostorder = htons(netorder) */
#include "DEFS.h"
ENTRY(htons)
movzwl 6(fp),r0
ret