MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetVersionString

Function GetVersionString

source/main.cpp:782–785  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

780}
781//---------------------------------------------------------------------------
782String GetVersionString(void)
783{
784 return IntToStr(HiVer) + "." + IntToStr(LoVer) + "." + IntToStr(RelVer);
785}
786//---------------------------------------------------------------------------
787String GetFullAppName(void)
788{

Callers 1

GetFullAppNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected