index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
scalls
/
getcwd.h
blob: 671d7bd5c331d02ed50a6114014202757a205519 (
plain
)
1
2
3
#include <stddef.h> char *syscall_getcwd(char *buf, size_t size);