source:
trunk/minix/lib/curses/longname.c@
11
| Last change on this file since 11 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 316 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 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 | } |
Note:
See TracBrowser
for help on using the repository browser.