00001 /* 00002 Copyright (C) 2012- The University of Notre Dame 00003 This software is distributed under the GNU General Public License. 00004 See the file COPYING for details. 00005 */ 00006 00007 #ifndef CCTOOLS_H 00008 #define CCTOOLS_H 00009 00010 #include <stdio.h> 00011 #include <stdint.h> 00012 00022 void cctools_version_print (FILE *stream, const char *cmd); 00023 00028 void cctools_version_debug (uint64_t type, const char *cmd); 00029 00030 int cctools_version_cmp (const char *v1, const char *v2); 00031 00032 #endif /* CCTOOLS_H */