Back to project.

Raw source file available here .

// Written by retoor@molodetz.nl

// Main entry point for the program which calls the rcov_main function with
// command line arguments.

// Includes the header file "rcov.h" for accessing the prototype of rcov_main.

// MIT License

#include "rcov.h"

int main(int argc, char *argv[]) { return rcov_main(argc, argv); }