1 /* $NetBSD: */ 2 /* Written by Manuel Bouyer. Public Domain */ 3 4 #include <sys/types.h> 5 6 /*ARGSUSED*/ 7 u_int64_t 8 bswap64(b64) 9 u_int64_t b64; 10 { 11 return 0; 12 } 13
Indexes created Sun Sep 28 16:09:52 GMT 2025