1 /* $NetBSD: Lint_bswap64.c,v 1.2.114.1 2025/08/02 05:54:36 perseant Exp $ */ 2 /* Written by Manuel Bouyer. Public Domain */ 3 4 #include <sys/types.h> 5 6 /*ARGSUSED*/ 7 u_int64_t 8 bswap64(u_int64_t b64) 9 { 10 return 0; 11 } 12
Indexes created Mon Oct 20 15:10:11 GMT 2025