|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#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>
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 |
| #define COLOR_GREEN "\033[32m" |
| #define COLOR_RED "\033[31m" |
| #define COLOR_RESET "\033[0m" |
| #define COLOR_YELLOW "\033[34m" |
| #define HALF 0.5 |
| #define ISO_LENGTH 40 |
| #define LINESIZE 512 |
| #define N 12 |
| #define VALUESIZE 512 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
extern |