1 /* $NetBSD: Lint_bswap16.c,v 1.3.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_int16_t 8 bswap16(u_int16_t b16) 9 { 10 return 0; 11 } 12
Indexes created Thu Oct 16 14:10:15 GMT 2025