feisty meow concerns codebase
2.140
|
#include "file_time.h"
#include <basis/astring.h>
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <structures/object_packers.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <utime.h>
Go to the source code of this file.
Namespaces | |
filesystem | |
A platform independent way to obtain the timestamp of a file. | |
Macros | |
#define | LOG(to_print) printf("%s::%s: %s\n", static_class_name(), func, astring(to_print).s()) |
Definition at line 35 of file file_time.cpp.