Home | History | Annotate | Line # | Download | only in gen
Lint_bswap16.c revision 1.2
      1  1.1    bouyer /*      $NetBSD: */
      2  1.1    bouyer /* Written by Manuel Bouyer. Public Domain */
      3  1.1    bouyer 
      4  1.1    bouyer #include <sys/types.h>
      5  1.1    bouyer 
      6  1.1    bouyer /*ARGSUSED*/
      7  1.2  christos /*LINTED prototype mismatch */
      8  1.1    bouyer u_int16_t
      9  1.1    bouyer bswap16(b16)
     10  1.1    bouyer 	u_int16_t b16;
     11  1.1    bouyer {
     12  1.1    bouyer 	return 0;
     13  1.1    bouyer }
     14