NEXT.C
Upload User: xiantiandi
Upload Date: 2007-01-06
Package Size: 21k
Code Size: 0k
Category:

Editor

Development Platform:

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. }