Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!nrl-cmf!ames!aurora!labrea!russell!rustcat From: rustcat@russell.STANFORD.EDU (Vallury Prabhakar) Newsgroups: comp.lang.c Subject: Re: MAJOR ANSI C WART (my opinion, of course) Message-ID: <621@russell.STANFORD.EDU> Date: Sun, 8-Nov-87 04:10:53 EST Article-I.D.: russell.621 Posted: Sun Nov 8 04:10:53 1987 Date-Received: Wed, 11-Nov-87 01:12:27 EST References: <1298@wyszecki.munsell.UUCP> <1386@dataio.Data-IO.COM> <2503@mmintl.UUCP> <7637@ism780c.UUCP> <2530@mmintl.UUCP> Reply-To: rustcat@russell.UUCP (Vallury Prabhakar) Organization: Yngwie Based Jingles Inc. Lines: 16 In article <2530@mmintl.UUCP> franka@mmintl.UUCP (Frank Adams) writes: [...other references deleted..] >You're also going to have trouble if you have a library written in Pascal, >and want to call members from FORTRAN. Not an insoluable problem, but >inconvient and tricky. In this context, one of my friends wrote a Pascal interface for the set of GKS routines (which are in Fortran) for a VMS system. Didn't seem to have too much trouble doing it. On the other hand, I tried linking C modules to Fortran subroutines a while ago, for the same purpose. Linking routines which only juggled around with numbers was fine, but handling strings was not all that easy. Again, I guess this would vary from system to system. -- V