Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ td_ext2fs_version
Function
td_ext2fs_version
src/ext2_dir.c:397–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
const char*td_ext2fs_version(void)
398
{
399
const char *ext2fs_version=
"none"
;
400
#if defined(HAVE_LIBEXT2FS)
401
ext2fs_get_library_version(&ext2fs_version,NULL);
402
#endif
403
return ext2fs_version;
404
}
Callers
7
display_version
Function · 0.85
main
Function · 0.85
xml_add_DFXML_creator
Function · 0.85
display_version
Function · 0.85
main
Function · 0.85
display_version
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
2
display_version
Function · 0.68
main
Function · 0.68