cctools
cctools.h
Go to the documentation of this file.
1/*
2Copyright (C) 2022 The University of Notre Dame
3This software is distributed under the GNU General Public License.
4See 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
22void cctools_version_print (FILE *stream, const char *cmd);
23
24
30
35void cctools_version_debug (uint64_t type, const char *cmd);
36
37int cctools_version_cmp (const char *v1, const char *v2);
38
39#endif /* CCTOOLS_H */
void cctools_version_print(FILE *stream, const char *cmd)
Print the version of the software to the file stream.
void cctools_version_debug(uint64_t type, const char *cmd)
Create a new buffer.
char * cctools_version_string()
Return a string with MAJOR.MINOR.MICRO version.