1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-23 17:22:35 +00:00
Files
PDP-10.its/c20/pcc20lib/math.h
2018-05-15 07:06:17 +02:00

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();