Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
Main.h File Reference
#include "Entrypoint.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 5 of file Main.h.

5{ return SpecsCpp::Entrypoint().main(argc, argv); }
int main(int argc, char **argv)
Definition Entrypoint.h:57