Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
226d79eb4a776dd54c9e4544b17deaf928bcef3a
/
.
/
Include
/
sysmodule.h
blob: 8a2644a80725afc0f529a9d56e9f7111afceb0fb [
file
]
/* System module interface */
object
*
sysget PROTO
((
char
*));
int
sysset PROTO
((
char
*,
object
*));
FILE
*
sysgetfile PROTO
((
char
*,
FILE
*));
void
initsys PROTO
((
int
,
char
**));