#include <time.h>
#include "stdinc.h"
Go to the source code of this file.
Defines | |
#define | INTRO_PART " ===> " |
#define | INTRO_LENGTH strlen(INTRO_PART) |
#define | STARLAB_PART "Starlab " |
#define | STARLAB_LENGTH strlen(STARLAB_PART) |
#define | VERSION_PART STARLAB_VERSION |
#define | VERSION_LENGTH strlen(VERSION_PART) |
#define | DATE_STR_LENGTH 24 |
#define | DATE_SEPARATOR "\n " |
#define | DATE_SEP_LENGTH strlen(DATE_SEPARATOR) |
#define | VERSION_SEPARATOR " : " |
#define | VERSION_SEP_LENGTH strlen(VERSION_SEPARATOR) |
#define | DATE_TOT_LENGTH |
#define | USER_HEAD " (user " |
Functions | |
local bool | contains_white (char *s) |
local int | eff_length (char *s) |
char* | gethist (int argc, char **argv) |
|
|
|
|
|
|
|
Value: INTRO_LENGTH + STARLAB_LENGTH + VERSION_LENGTH \ + DATE_STR_LENGTH + DATE_SEP_LENGTH + VERSION_SEP_LENGTH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 31 of file gethist.C. Referenced by eff_length(), and gethist(). |
|
Definition at line 53 of file gethist.C. Referenced by gethist(). |
|
|