31 memcpy(buf, **currentDirectory, size);
FileSystemClient provides a simple interface to a FileSystemServer.
const String * getCurrentDirectory() const
Get current directory String.
#define ESUCCESS
Reports a success operation.
C int errno
The lvalue errno is used by many functions to return error values.
#define assert(exp)
Insert program diagnostics.
C void * memcpy(void *dest, const void *src, size_t count)
Copy memory from one place to another.
char * getcwd(char *buf, size_t size)
Get the pathname of the current working directory.
#define NULL
NULL means zero.