xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
default_main.h
Go to the documentation of this file.
1 #pragma once
5 #include "tunit_main.h"
6 
11 #if defined(TUNIT_CONFIG_MAIN)
12 int main(int argc, char* argv[]) {
13  return __tunit_main::main(argc, argv);
14 }
15 #endif
Contains main entry point.