1 /* $NetBSD: Lint_bswap32.c,v 1.3 2024/12/01 16:16:56 rillig Exp $ */ 2 /* Written by Manuel Bouyer. Public Domain */ 3 4 #include <sys/types.h> 5 6 /*ARGSUSED*/ 7 u_int32_t 8 bswap32(u_int32_t b32) 9 { 10 return 0; 11 } 12
Indexes created Sat Sep 20 22:09:52 GMT 2025