hack.pager.c | 256 * cornline(0, title or 0) : initialize 257 * cornline(1, text) : add text to the chain of texts 258 * cornline(2, morcs) : output everything and cleanup 259 * cornline(3, 0) : cleanup 263 cornline(int mode, const char *text) function in typeref:typename:void 278 cornline(1, text); /* title */ 279 cornline(1, ""); /* blank line */
|