Parent Directory
|
Revision Log
Import of last release 0.6.8
| 1 | #ifndef PRINTINFO_H |
| 2 | #define PRINTINFO_H |
| 3 | |
| 4 | void printnode (char ***message, long *lines); /* |
| 5 | * prints node, pointed by |
| 6 | * `message', of `lines' |
| 7 | * length. |
| 8 | */ |
| 9 | |
| 10 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |