File: curs.h

package info (click to toggle)
netdiag 1.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,268 kB
  • sloc: ansic: 23,895; sh: 5,544; makefile: 328; awk: 130
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
/*  curs.h is part of Statnet */
/* Statnet is protected under the GNU Public License (GPL2). */
/* Author: Jeroen Baekelandt (jeroenb@igwe.vub.ac.be)       */

#include <curses.h>

void init_curses (void);
void cleanup_curses (void);
void clrscr (void);