#include <cc++/config.h>
#include <cc++/missing.h>
#include <cc++/thread.h>
#include <cc++/exception.h>
#include <cstdio>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/mman.h>
Go to the source code of this file.
Namespaces | |
namespace | ost |
Defines | |
#define | caddr_t char * |
#define | PATH_MAX 256 |
#define | NAME_MAX 64 |
#define | S_IRUSR 0400 |
#define | S_IWUSR 0200 |
#define | S_IRGRP 0040 |
#define | S_IWGRP 0020 |
#define | S_IROTH 0004 |
#define | S_IWOTH 0002 |
Typedefs | |
typedef unsigned long | pos_t |
typedef size_t | ccxx_size_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|