repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git]
/
RISCOS
/
Python
/
getcwd_riscos.c
blob
0239e6ef74293a79270bc4a31ed754686600a3fa
1
char
*
getcwd
(
char
*
buf
,
int
size
)
2
{
3
buf
[
0
] =
'\0'
;
4
return
buf
;
5
}