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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-12-28
|
290 b
|
13 lines
#ifndef __FILE_TOOLS_H_SEEN__
#pragma once
#define __FILE_TOOLS_H_SEEN__ 1
#include "usual.h"
char* starbox(char *title, char terminator = '/');
void dcond(REAL *a, INTEGER n, REAL *s, INTEGER isw);
INTEGER dsweep(REAL *a, INTEGER n, REAL eps);
#endif /*__FILE_TOOLS_H_SEEN__*/