tico 0.1
Mechanical Watch Terminal Timegrapher
Macros | Functions | Variables
time.c File Reference
#include "erf.h"
#include <errno.h>
#include <spawn.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <time.h>
Include dependency graph for time.c:

Macros

#define N   12
 
#define ISO_LENGTH   40
 
#define LINESIZE   512
 
#define VALUESIZE   512
 
#define HALF   0.5
 
#define COLOR_RED   "\033[31m"
 
#define COLOR_YELLOW   "\033[34m"
 
#define COLOR_GREEN   "\033[32m"
 
#define COLOR_RESET   "\033[0m"
 

Functions

int main (int argc, char **argv)
 

Variables

char ** environ
 

Macro Definition Documentation

◆ COLOR_GREEN

#define COLOR_GREEN   "\033[32m"

◆ COLOR_RED

#define COLOR_RED   "\033[31m"

◆ COLOR_RESET

#define COLOR_RESET   "\033[0m"

◆ COLOR_YELLOW

#define COLOR_YELLOW   "\033[34m"

◆ HALF

#define HALF   0.5

◆ ISO_LENGTH

#define ISO_LENGTH   40

◆ LINESIZE

#define LINESIZE   512

◆ N

#define N   12

◆ VALUESIZE

#define VALUESIZE   512

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ environ

char** environ
extern