wut/libraries/wutdevoptab/devoptab_fs_getmtime.c
2018-05-27 12:11:45 +01:00

10 lines
183 B
C

#include "devoptab_fs.h"
int
__wut_fs_getmtime(const char *name,
u64 *mtime)
{
// TODO: Last modified time can probably be get via FSGetStatFile
return -1;
}