#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strfuncs.h>
#include "prim_type.h"
#include "cmd_ln.h"
#include "ckd_alloc.h"
#include "info.h"
#include "err.h"
#include "bio.h"
#include "pio.h"
Go to the source code of this file.
Defines | |
| #define | IO_ERR (-1) |
| #define | IO_SUCCESS (0) |
| #define | SHOW_ALL "-1" |
| #define | NUM_COEFF "13" |
| #define | DISPLAY_SIZE "10" |
| #define | STR_MAX_INT "2147483647" |
Functions | |
| int | read_cep (char const *file, float ***cep, int *nframes, int numcep) |
| int | main (int argc, char *argv[]) |
Definition in file main_cepview.c.
1.4.7