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