DD2-monitor/viz/curses/7segments.c

21 lines
351 B
C
Raw Normal View History

2019-01-10 01:44:47 +01:00
/*
* 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;
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */