File: endian.h

package info (click to toggle)
gramofile 1.6-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 852 kB
  • ctags: 553
  • sloc: ansic: 10,238; makefile: 55
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
/*  Header file for endian.c          */
/*  Joshua Weage   gte855f@prism.gatech.edu  */

#ifndef _GETBIG
#define _GETBIG 1

extern u_short SwapTwoBytes (u_short);
extern u_long SwapFourBytes (u_long);
extern sample_t SwapSample (sample_t);

#endif