#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "genutils.h"
Go to the source code of this file.
|
#define | CMD_ARGS "f:o:l:s:" /* Valid commandline options */ |
|
#define | MAXRECLEN 13864 |
|
#define | INRECLEN 13860 /* # Bytes in raw minor frame */ |
|
#define | OUTRECLEN 21504 /* # Bytes in level-0 record */ |
|
#define | OUTHDRLEN 512 /* # Bites in level-0 header */ |
|
|
typedef unsigned char | BYTE |
|
typedef short int | INT16 |
|
typedef int32_t | INT32 |
|
◆ CMD_ARGS
#define CMD_ARGS "f:o:l:s:" /* Valid commandline options */ |
◆ INRECLEN
#define INRECLEN 13860 /* # Bytes in raw minor frame */ |
◆ MAXRECLEN
◆ OUTHDRLEN
#define OUTHDRLEN 512 /* # Bites in level-0 header */ |
◆ OUTRECLEN
#define OUTRECLEN 21504 /* # Bytes in level-0 record */ |
◆ BYTE
typedef unsigned char BYTE |
◆ INT16
◆ INT32
◆ bit10toi2()
void bit10toi2 |
( |
BYTE |
bit10[], |
|
|
INT16 |
ints[] |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |