mirror of
https://github.com/PDP-10/its.git
synced 2026-03-23 17:22:35 +00:00
7 lines
153 B
C
7 lines
153 B
C
/*
|
|
Rudimentary MATH library since most other C implementations
|
|
seem to have one and programs want to include it. DLM 3/12/84
|
|
*/
|
|
|
|
extern double atof();
|