Cthulhu  0.2.10
Cthulhu compiler collection

Format version information. More...

Collaboration diagram for Format version information:

Data Structures

struct  print_version_t
 version formatting config More...
 

Functions

CT_FORMAT_API void print_version (print_version_t config, version_info_t version, const char *name)
 print the version of the program More...
 

Detailed Description

Format version information.

Function Documentation

◆ print_version()

CT_FORMAT_API void print_version ( print_version_t  config,
version_info_t  version,
const char *  name 
)

print the version of the program

Parameters
configthe config to use when printing
versionthe version to print
namethe name of the program

Definition at line 9 of file version.c.