FACT++  1.0
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 }
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: