Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!cmcl2!brl-adm!adm!WYLER@C.CS.CMU.EDU From: WYLER@C.CS.CMU.EDU (Oswald Wyler) Newsgroups: comp.sys.misc Subject: Multiprecision integer routines for PC Pascal Message-ID: <8151@brl-adm.ARPA> Date: Fri, 3-Jul-87 13:53:28 EDT Article-I.D.: brl-adm.8151 Posted: Fri Jul 3 13:53:28 1987 Date-Received: Sat, 4-Jul-87 13:53:27 EDT Sender: news@brl-adm.ARPA Lines: 9 Since I find it intolerable not to be able to do 200*200 in Pascal, I am writing procedures for multiprecision integers, to be used as external procedures in Pascal programs. Two questions: 1. Does this already exist somewhere? 2. My code is geared to Turbo Pascal, I would like them to work for MS Pascal as well. Are the conventions for parameter passing, for calling procedures in an external library, and for linking such a library when compiling a program, the same for MS Pascal? Any help will be appreciated. Oswald Wyler [Wyler@c.cs.cmu.edu]