File: curs.h

package info (click to toggle)
netdiag 0.7-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,460 kB
  • ctags: 1,286
  • sloc: ansic: 12,984; makefile: 288; awk: 130; sh: 64
file content (7 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
/*  curs.h is part of Statnet */
/* Statnet is protected under the GNU Public License (GPL2). */
/* Author: Jeroen Baekelandt (jeroenb@igwe.vub.ac.be)       */

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