Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v102a/clib/nofloat.c
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

13 lines
365 B
C

/* NOFLOAT: provides 'stubroutines' to satisfy floating point library */
/* references from 'printf' et al. */
nofloat() { ; } /* stubroutine 'tag' */
char * __nofloat_msg = "floating point";
_petoa() { _optoff(__nofloat_msg); }
_pftoa() { _optoff(__nofloat_msg); }
_pgtoa() { _optoff(__nofloat_msg); }
_atof() { _optoff(__nofloat_mst); }