aboutsummaryrefslogtreecommitdiff
path: root/unix/gdev/sgidev/sgiUtil.h
blob: 9630a03e621afb89c8f298efc282a78799105ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/**
 *  SGIUTIL.H -- Declarations for the SGI utility routines.
 */

void  bswap2 (unsigned char *a, unsigned char *b, int nbytes);
void  bswap4 (unsigned char *a, unsigned char *b, int nbytes);

int   isSwapped (void);

int   get_iarg (char argp, char **argv, int argno, int def_val);