#include void stntuple_print_header() { printf("stnmaker.exe built on Fri Apr 16 14:06:56 BST 2010 by robson@ppepc103.physics.gla.ac.uk \n"); printf(" using CDFSOFT release: 6.1.6.migrate "); printf("and working directory /home/robson/S616migrateSL5 \n"); printf("differences with dev_243_21: 167 bytes\n"); } void stntuple_get_version(char*& Version, char*& Text) { static char* ver = "dev_243_21"; static char txt[200]; Version = ver; strcpy(txt,"stnmaker.exe dev_243_21 "); strcat(txt,"built on Fri Apr 16 14:06:56 BST 2010 by robson@ppepc103.physics.gla.ac.uk"); strcat(txt," using CDFSOFT release: 6.1.6.migrate "); strcat(txt,"and working directory /home/robson/S616migrateSL5 "); Text = txt; }