MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / td_ewf_version

Function td_ewf_version

src/ewf.c:589–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589const char*td_ewf_version(void)
590{
591#ifdef LIBEWF_VERSION_STRING
592 return (const char*)LIBEWF_VERSION_STRING;
593#elif defined(LIBEWF_VERSION)
594 return LIBEWF_VERSION;
595#else
596 return "available";
597#endif
598}
599#else
600#include "ewf.h"
601const char*td_ewf_version(void)

Callers 7

display_versionFunction · 0.85
mainFunction · 0.85
xml_add_DFXML_creatorFunction · 0.85
display_versionFunction · 0.85
mainFunction · 0.85
display_versionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

display_versionFunction · 0.68
mainFunction · 0.68