Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ Soloud_Filehack_ftell
Function
Soloud_Filehack_ftell
extlibs/soloud/src/core/soloud_file.cpp:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
int Soloud_Filehack_ftell(Soloud_Filehack *f)
282
{
283
SoLoud::File *fp = (SoLoud::File *)f;
284
return fp->pos();
285
}
286
287
int Soloud_Filehack_fclose(Soloud_Filehack *f)
288
{
Callers
nothing calls this directly
Calls
1
pos
Method · 0.80
Tested by
no test coverage detected