Overview
Comment: | Freecolor 0.9.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.9.1 |
Files: | files | file ages | folders |
SHA1: |
4868363b0a4424e1212bbdcf230953ff |
User & Date: | rkeene on 2014-01-21 00:36:04 |
Other Links: | manifest | tags |
Context
2014-01-21
| ||
08:34 | Deleted .cvsignore check-in: 2b7c24f467 user: rkeene tags: trunk | |
00:36 | Freecolor 0.9.1 check-in: 4868363b0a user: rkeene tags: trunk, 0.9.1 | |
00:35 | Install man page check-in: 9d68ed9edd user: rkeene tags: trunk | |
Changes
Modified freecolor.c from [a1b835e7c8] to [1e5de69020].
︙ | ︙ | |||
62 63 64 65 66 67 68 | #include <stdlib.h> #include <stdio.h> #ifndef NO_GETOPT #include <getopt.h> #endif #define BARLEN 35 #define HEADERLEN 14 | | | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | #include <stdlib.h> #include <stdio.h> #ifndef NO_GETOPT #include <getopt.h> #endif #define BARLEN 35 #define HEADERLEN 14 #define VERSION "0.9.1" extern char *optarg; extern int optind, opterr, optopt; struct freecolor_meminfo { unsigned long totalram; /* Total usable main memory size */ unsigned long freeram; /* Available memory size */ |
︙ | ︙ |