cctools
cctools.h
Go to the documentation of this file.
1 /*
2 Copyright (C) 2012- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef CCTOOLS_H
8 #define CCTOOLS_H
9 
10 #include <stdio.h>
11 #include <stdint.h>
12 
22 void cctools_version_print (FILE *stream, const char *cmd);
23 
28 void cctools_version_debug (uint64_t type, const char *cmd);
29 
30 int cctools_version_cmp (const char *v1, const char *v2);
31 
32 #endif /* CCTOOLS_H */
void cctools_version_debug(uint64_t type, const char *cmd)
Create a new buffer.
void cctools_version_print(FILE *stream, const char *cmd)
Print the version of the software to the file stream.