134815Sbostic/* 2*61183Sbostic * Copyright (c) 1988, 1993 3*61183Sbostic * The Regents of the University of California. All rights reserved. 434815Sbostic * 542641Sbostic * %sccs.include.redist.c% 634815Sbostic */ 729437Ssam 834815Sbostic#if defined(LIBC_SCCS) && !defined(lint) 9*61183Sbostic .asciz "@(#)ntohl.s 8.1 (Berkeley) 06/04/93" 1034815Sbostic#endif /* LIBC_SCCS and not lint */ 1134815Sbostic 1229437Ssam/* hostorder = ntohl(netorder) */ 1329437Ssam 1429437Ssam#include "DEFS.h" 1529437Ssam 1629709SsamENTRY(ntohl, 0) 1729437Ssam movl 4(fp),r0 1829437Ssam ret 19