ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
fixvect.c File Reference
#include <framecpp_config.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for fixvect.c:

Macros

#define SWAP_INT(i)
#define SWAP_SHORT(i)

Functions

unsigned int swap_int (unsigned int i)
unsigned short swap_short (unsigned short i)
 main (int argc, char *argv[])

Macro Definition Documentation

◆ SWAP_INT

#define SWAP_INT ( i)
Value:
( swap ? swap_int( i ) : i )
unsigned int swap_int(unsigned int i)
Definition fixvect.c:44

◆ SWAP_SHORT

#define SWAP_SHORT ( i)
Value:
( swap ? swap_short( i ) : i )
unsigned short swap_short(unsigned short i)
Definition fixvect.c:51

Function Documentation

◆ main()

main ( int argc,
char * argv[] )

◆ swap_int()

unsigned int swap_int ( unsigned int i)

◆ swap_short()

unsigned short swap_short ( unsigned short i)