Go to the documentation of this file.
36 static char *_VersionTag =
"$Version: afl-libarmutils-1.13 $";
37 static char _Version[64];
51 char *tp = _VersionTag;
58 for (; *tp !=
':'; tp++)
59 if (*tp ==
'\0')
return((
const char *)_Version);
63 for (tp++; *tp ==
' '; tp++)
64 if (*tp ==
'\0')
return((
const char *)_Version);
68 while (*tp !=
' ' && *tp !=
'$' && *tp !=
'\0')
74 return((
const char *)_Version);