Toggle menu
Nitlanguage.org
Nitdoc
core
kernel
Sys
native_getcwd
private
fun
native_getcwd
:
CString
core
::
Sys
::
native_getcwd
Doc
Linearization
Summary
Property definitions
core::file$Sys$native_getcwd
Property definitions
core
::
file
$
Sys
::
native_getcwd
private
fun
native_getcwd
:
CString
`{ return getcwd(NULL, 0); `}
lib/core/file.nit:1726,1--64