NEXT.C
上传用户:xiantiandi
上传日期:2007-01-06
资源大小:21k
文件大小:0k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. #include <ctype.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4. next() /* Search file for (alt terminated) string */
  5. {
  6. #include "teco.h"
  7. while (bufptr) { /* Scan thru file */
  8. search(); /*  ... scan page */
  9. if (bufptx) break; /* Found the item */
  10. page(); /*  ... next page */
  11. }
  12. }