projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[NTOS:KD:KDBG] Isolate the read-line (prompt) functionality in a separate file.
[reactos.git]
/
modules
/
rosapps
/
applications
/
net
/
tsclient
/
mstscax
/
mstscax.cpp
1
#include
"stdafx.h"
2
3
int
_tmain
(
int
argc
,
_TCHAR
*
argv
[])
4
{
5
return
0
;
6
}
7