ldas-tools-framecpp  2.7.0
Macros | Functions
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)   ( swap ? swap_int( i ) : i )
 
#define SWAP_SHORT(i)   ( swap ? swap_short( i ) : 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)    ( swap ? swap_int( i ) : i )

◆ SWAP_SHORT

#define SWAP_SHORT (   i)    ( swap ? swap_short( i ) : i )

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)