supermario/bin/MPW-3.2.3/Examples/AExamples/FStubs.a
2019-06-29 22:17:03 +08:00

24 lines
541 B
Plaintext

*******************************************************************************
*
* File FStubs.a - Stubs for floating point runtime library routines
* not used by MPW tools.
*
* Copyright Apple Computer, Inc. 1986-1987
* All rights reserved.
*
*******************************************************************************
CASE ON
* Floating Point Conversion Routines
*
* These routines, called by printf, are only necessary if floating point
* formatting is used.
ecvt PROC EXPORT
RTS
fcvt PROC EXPORT
RTS
END