.title atodd Convert Ascii to double floating - dummy .ident /000001/ ; ;+ ; ; Index Convert Ascii to floating point (dummy) ; ; Usage ; ; double ; atod(buffer) ; char *buffer; ; ; Description ; ; Use to fill the place of atod. Just returns 0. Like atofd.mac. ; ; Bugs ; ; Internal ;- ; ; Edit history ; 000001 07-Mar-85 DLE created this dummy module from atod.mac ; .psect c$strn msg: .asciz /{atod?}/ .psect c$code atod:: mov #msg,-(sp) call error return .end