minix/lib/curses/longname.c

13 lines
316 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
#include <curses.h>
#include "curspriv.h"
/****************************************************************/
/* Longname() returns a pointer to a string describing the */
/* User terminal. */
/****************************************************************/
char *longname()
{
return("not implemented");
}