feisty meow concerns codebase
2.140
|
#include "byte_filer.h"
#include <application/windoze_helper.h>
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/utf_conversion.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
filesystem | |
A platform independent way to obtain the timestamp of a file. | |
Macros | |
#define | DEBUG_BYTE_FILER |
Variables | |
const size_t | filesystem::BTFL_FILE_TELL_LIMIT = size_t(2) * size_t(GIGABYTE) |
#define DEBUG_BYTE_FILER |
Definition at line 32 of file byte_filer.cpp.