FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_vers
(
int *
status
)
static
Definition at line
1965
of file
palTest.c
.
References
palVers()
.
Referenced by
main()
.
1965
{
1966
char
verstring[32];
1967
1968
int
ver =
palVers
( verstring,
sizeof
(verstring));
1969
printf(
"PAL Version %s (%d)\n"
, verstring, ver);
1970
if
( ver < 6000 ) {
1971
*status = 1;
/* palVers introduced at v0.6.0 */
1972
}
1973
}
palVers
int palVers(char *verstring, size_t verlen)
Definition:
palVers.c:89
Here is the call graph for this function:
Here is the caller graph for this function:
pal
palTest.c
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11