This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~~~~~~::==~~~,:[1;33m###########[m~::~~~~~~~~~~~~~~~~~~~~~~~~~~~~::~~~~~~~~::~~=[1;33m#######[m | |
~~~~~~::~=~~~~~:~[1;33m############[m~::~~~~~~~~~~~~~~~~~~~~~~~~~~::~~~~~~~~=[1;33m###########[m | |
~~~~~~::~~~~~~~~:=[1;33m#############[m~::~~~~~~~~~~~~~~~~~~~~~~~~::::~~=[1;33m###############[m | |
~~~~~:,::::::::~~:~[1;33m##############[m=~::~~~~~~~~:::::::::::::::~[1;33m##################[m~ | |
~~~~:,::::::::::~::~=[1;33m##############[m=~~~~~~~~==========[1;33m########################[m=: | |
~~~~:,:::::::::::::::=[1;33m#######################################################[m=~: | |
~~~~,:::::::::::::::,:~[1;33m####################################################[m~::~~ | |
~~~:,::::::::::::::::::~[1;33m#################################################[m~:::::: | |
~~~,:::::::::::::::::::,:~==[1;33m##########################################[m=~:::::::: | |
~~:,:::::::::::::::::::::,=[1;33m#######################################[m===~:::::::::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "merge.h" | |
int main (int argc, char **argv) { | |
//process and validate command-line arguments | |
MergeManager manager; | |
//initialize all fields according to the input and the results of Phase I | |
return merge_runs (&manager); | |
} |