#include <fstream>
#include <iostream>
#include <iomanip>
#include <stdlib.h>
#include <string.h>
#include "compareFiles.h"
#include "alignment.h"
#include "defines.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
void | menu (void) |
void | examples (void) |
int | main (int argc, char *argv[]) |
void examples | ( | void | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 43 of file main.cpp.
References examples(), utils::isNumber(), and menu().