repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes for /usr/xbin binaries bootstrap dir.
[minix3.git]
/
lib
/
curses
/
longname.c
blob
ca9ac523dbe794589d6fc659140058a38e5efd2d
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
9
char
*
longname
()
10
{
11
return
(
"not implemented"
);
12
}