|
ldas-tools-framecpp
2.7.0
|
#include <framecpp_config.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>
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[]) | |
| #define SWAP_INT | ( | i | ) | ( swap ? swap_int( i ) : i ) |
| #define SWAP_SHORT | ( | i | ) | ( swap ? swap_short( i ) : i ) |
| main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| unsigned int swap_int | ( | unsigned int | i | ) |
| unsigned short swap_short | ( | unsigned short | i | ) |
1.8.14