11 lines
123 B
C++
11 lines
123 B
C++
#include <string.h>
|
|
void* tfe_stat_init(void* fs_handle)
|
|
{
|
|
return NULL;
|
|
}
|
|
void tfe_stat_flush(void* handle)
|
|
{
|
|
return;
|
|
}
|
|
|