mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
7 lines
102 B
C
7 lines
102 B
C
![]() |
#include <precomp.h>
|
||
|
|
||
|
int _tmain (int argc, const TCHAR *argv[])
|
||
|
{
|
||
|
return cmd_main(argc, argv);
|
||
|
}
|