Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!pt!ius2.cs.cmu.edu!edw From: edw@ius2.cs.cmu.edu (Eddie Wyatt) Newsgroups: comp.lang.c Subject: Re: Fortran vs. C strings Message-ID: <1202@ius2.cs.cmu.edu> Date: Wed, 17-Jun-87 09:59:59 EDT Article-I.D.: ius2.1202 Posted: Wed Jun 17 09:59:59 1987 Date-Received: Sun, 21-Jun-87 09:26:36 EDT References: <6480@dartvax.UUCP> Distribution: world Organization: Carnegie-Mellon University, CS/RI Lines: 12 In Fortrash, Integers are actually longs (if you pass pointers to integers instead of pointers to longs and have it still work, it is because sizeof(int) == sizeof(long) on the machine you are working on) Fortrash strings (I think) have the format first four(?) bytes holds the size of the string followed by the characters in the string. -- Eddie Wyatt e-mail: edw@ius2.cs.cmu.edu