#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) |
| #define | SWAP_SHORT(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 | ) |
| #define SWAP_SHORT | ( | i | ) |
| main | ( | int | argc, |
| char * | argv[] ) |
| unsigned int swap_int | ( | unsigned int | i | ) |
| unsigned short swap_short | ( | unsigned short | i | ) |