eckit::Stat struct

struct to manage differences between stat and stat64 different OS's

Public types

using Struct = struct stat
prefer using stat if supports 64 bit

Public static functions

static auto stat(const char* path, Struct* s) -> int
static auto lstat(const char* path, Struct* s) -> int
static auto fstat(int fd, Struct* s) -> int