#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <assert.h>
#include <float.h>
#include "fret.h"
#include "buffer.h"
Include dependency graph for main.c:
Data Structures | |
struct | FileInfo |
struct | ScanMap |
struct | GramMap |
struct | PhaseMap |
Functions | |
int | main (int argc, char *argv[]) |
This file implements the main loop and arguements parsing. It utilises libfret to perform the analysis of files.
|
Core function of the command line tool. |