This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-xp
mirror of
https://github.com/tongzx/nt5src
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Source code of Windows XP (NT5)
8
Commits
1
Branch
0
Tags
2.0 GiB
C++
45.1%
C
42%
Scheme
5%
Assembly
1.7%
HTML
1.2%
Other
4.2%
Tree:
5895268162
windows-xp
/
Source
/
XPSP1
/
NT
/
net
/
config
/
tools
/
netafx
/
getopt.h
7 lines
104 B
Raw
Blame
History
#
pragma once
extern
WCHAR
*
optarg
;
EXTERN_C
WCHAR
getopt
(
ULONG
Argc
,
WCHAR
*
Argv
[
]
,
WCHAR
*
Opts
)
;
Reference in new issue