#include "FileReaderDCC.h"
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <fcntl.h>
#include <iostream>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Macros | |
#define | O_LARGEFILE 0 |
#define O_LARGEFILE 0 |
Definition at line 12 of file FileReaderDCC.cc.
Referenced by main(), and FileReaderDCC::open().