source: trunk/minix/lib/curses/longname.c@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 316 bytes
Line 
1#include <curses.h>
2#include "curspriv.h"
3
4/****************************************************************/
5/* Longname() returns a pointer to a string describing the */
6/* User terminal. */
7/****************************************************************/
8
9char *longname()
10{
11 return("not implemented");
12}
Note: See TracBrowser for help on using the repository browser.