repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. use library function to parse memory string
[minix3.git]
/
lib
/
syscall
/
getcwd.s
blob
262c92d15a939e511c6283a7e74611b92e0f7a3e
1
.sect .text
2
.extern __getcwd
3
.define _getcwd
4
.align 2
5
6
_getcwd
:
7
jmp __getcwd