xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
xtd.tunit
include
xtd
tunit
default_main.h
Go to the documentation of this file.
1
4
#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
tunit_main.h
Contains main entry point.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.