RTEMS CPU Kit with SuperCore
4.11.2
|
Get Current Working Directory. More...
#include <sys/stat.h>
#include <errno.h>
#include <dirent.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <reent.h>
#include <_syslist.h>
Macros | |
#define | _stat stat |
#define | _opendir opendir |
#define | _fstat fstat |
#define | _readdir readdir |
#define | _closedir closedir |
#define | bcopy(a, b, c) memmove (b,a,c) |
#define | ISDOT(dp) |
Functions | |
char * | getcwd (char *pt, size_t size) |
Get Current Working Directory.
#define ISDOT | ( | dp | ) |