21 lines
351 B
C
21 lines
351 B
C
|
/*
|
||
|
* DD2 Monitoring
|
||
|
*
|
||
|
* ncurses seven segment display
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <strings.h>
|
||
|
#include <getopt.h>
|
||
|
#include <ncurses.h>
|
||
|
|
||
|
#include "ecran.h"
|
||
|
|
||
|
int verbosity;
|
||
|
|
||
|
/* ---------------------------------------------------------------- */
|
||
|
|
||
|
/* ---------------------------------------------------------------- */
|
||
|
|