4 lines
90 B
C
Raw Normal View History

#include "rmerge.h"
int main(int argc, char *argv[]) { return rmerge_main(argc, argv); }