source:
trunk/minix/lib/curses/longname.c@
10
| Last change on this file since 10 was 9, checked in by , 14 years ago | |
|---|---|
| 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 | |
| 9 | char *longname() |
| 10 | { |
| 11 | return("not implemented"); |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.