home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2398 / tools.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  290 b   |  13 lines

  1. #ifndef __FILE_TOOLS_H_SEEN__
  2. #pragma once
  3. #define __FILE_TOOLS_H_SEEN__ 1
  4.  
  5. #include "usual.h"
  6.  
  7. char*    starbox(char *title, char terminator = '/');
  8.  
  9. void     dcond(REAL *a, INTEGER n, REAL *s, INTEGER isw);
  10. INTEGER  dsweep(REAL *a, INTEGER n, REAL eps);
  11.  
  12. #endif /*__FILE_TOOLS_H_SEEN__*/
  13.