cctools
Functions
cctools.h File Reference

Common CCTools functions for version and common output management. More...

#include <stdio.h>
#include <stdint.h>

Go to the source code of this file.

Functions

void cctools_version_print (FILE *stream, const char *cmd)
 Print the version of the software to the file stream. More...
 
void cctools_version_debug (uint64_t type, const char *cmd)
 Create a new buffer. More...
 

Detailed Description

Common CCTools functions for version and common output management.

Function Documentation

void cctools_version_print ( FILE *  stream,
const char *  cmd 
)

Print the version of the software to the file stream.

Parameters
streamThe file stream to print to.
cmdThe name of the program running (argv[0]).
void cctools_version_debug ( uint64_t  type,
const char *  cmd 
)

Create a new buffer.

Parameters
typeThe debug type.
cmdThe name of the program running (argv[0]).