repo.or.cz
/
libctiny.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[libctiny.git]
/
argcargv.h
blob
f62930b1ff44f2adddca4275a2ffc8c51fed3672
1
#ifndef TR_COMMON_MINICRT_ARGCARGV_H_
2
#define TR_COMMON_MINICRT_ARGCARGV_H_
3
4
#include
"libctiny.h"
5
6
extern
char
*
_ppszArgv
[];
7
8
int
__cdecl
_ConvertCommandLineToArgcArgv
();
9
10
#endif
// TR_COMMON_MINICRT_ARGCARGV_H_