summaryrefslogtreecommitdiff
path: root/def.h
blob: 9e42f14e0b958bb5f8d4a1a6c8fe844af21835da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * def.h --
 *
 * This file includes the DEF I/O functions
 *
 */

#ifndef _DEFINT_H
#define _DEFINT_H

extern int numSpecial;
extern float  DefRead(char *inName);

#endif /* _DEFINT_H */