File: wref.h

package info (click to toggle)
xppaut 6.11b%2B1.dfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,504 kB
  • sloc: ansic: 91,694; makefile: 167
file content (16 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _wref_h_
#define _wref_h_

#include "fmt.h"

#include "f2c.h"
#include "fio.h"
#include "fp.h"
#include <string.h>

/* wref.c */
int wrt_E(ufloat *p, int w, int d, int e, ftnlen len);
int wrt_F(ufloat *p, int w, int d, ftnlen len);


#endif