FACT++  1.0
int palVers ( char *  verstring,
size_t  verlen 
)

Definition at line 89 of file palVers.c.

References my__strlcpy(), and PACKAGE_VERSION.

Referenced by t_vers().

89  {
90  if (verstring) my__strlcpy( verstring, PACKAGE_VERSION, verlen );
91  return PACKAGE_VERSION_INTEGER;
92 }
static void my__strlcpy(char *dest, const char *src, size_t size)
Definition: palVers.c:79
#define PACKAGE_VERSION
Definition: ofits.h:12

+ Here is the call graph for this function:

+ Here is the caller graph for this function: