#include <unistd.h>
#include <stdio.h>
#include <macros.h>
#include "getterm.h"
#include "version.h"
Go to the source code of this file.
Functions | |
void | version_print (const char *term) |
Print version information. | |
Variables | |
static const char * | arch = STRING(UARCH) |
static const char * | name = STRING(NAME) |
static const char * | release = STRING(RELEASE) |
static const char * | revision = "" |
static const char * | timestamp = "" |
Definition in file version.c.