minix/lib/curses/longname.c
2005-04-21 14:53:53 +00:00

13 lines
316 B
C
Executable file

#include <curses.h>
#include "curspriv.h"
/****************************************************************/
/* Longname() returns a pointer to a string describing the */
/* User terminal. */
/****************************************************************/
char *longname()
{
return("not implemented");
}