Go to the documentation of this file.
36 static char *_VersionTag =
"$Version: afl-libmsngr-1.6 $";
37 static char _Version[64];
48 char *tp = _VersionTag;
55 for (; *tp !=
':'; tp++)
56 if (*tp ==
'\0')
return((
const char *)_Version);
60 for (tp++; *tp ==
' '; tp++)
61 if (*tp ==
'\0')
return((
const char *)_Version);
65 while (*tp !=
' ' && *tp !=
'$' && *tp !=
'\0')
71 return((
const char *)_Version);