1 /* $NetBSD: */ 2 /* Written by Manuel Bouyer. Public Domain */ 3 4 #include <sys/types.h> 5 6 /*ARGSUSED*/ 7 u_int32_t 8 bswap32(b32) 9 u_int32_t b32; 10 { 11 return 0; 12 } 13
Indexes created Mon Sep 29 21:09:56 GMT 2025