/* * Copyright 2014 Vincent Sanders * * This file is part of libnsutils. * * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php */ /** * \file * Time operation implementation */ #include #include #include #include #include "nsutils/time.h" nserror nsu_nsu_getmonotonic_ms(uint64_t *current) { return NSERROR_NOT_IMPLEMENTED; }