home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Magazine
/
Dossier-LaTeX
/
AmiWeb2C.lha
/
source
/
web2c-6.1
/
web2c
/
lib
/
fprintreal.ch
< prev
next >
Wrap
Text File
|
1995-03-23
|
244b
|
20 lines
Changes for FPRINTREAL.C by Andreas Scherer, March 23, 1995.
@x l.4
#include "config.h"
@y
#include "andyconfig.h"
@z
@x l.7
fprintreal (f, r, n, m)
FILE *f;
double r;
int n, m;
@y
fprintreal (
FILE *f,
double r,
int n, int m)
@z