main.cpp File Reference
#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[])
 

Function Documentation

◆ examples()

void examples ( void  )

Definition at line 1921 of file main.cpp.

Referenced by main().

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 43 of file main.cpp.

References examples(), utils::isNumber(), and menu().

+ Here is the call graph for this function:

◆ menu()

void menu ( void  )

Definition at line 1798 of file main.cpp.

Referenced by main().

+ Here is the caller graph for this function: