This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-tfe/common/src/tfe_stat.cpp
2018-09-05 10:38:27 +08:00

11 lines
123 B
C++

#include <string.h>
void* tfe_stat_init(void* fs_handle)
{
return NULL;
}
void tfe_stat_flush(void* handle)
{
return;
}