Re: fortran 77 library

yocum@sapphire.fnal.gov
Wed, 23 Sep 1998 10:57:20 -0500

------- Forwarded Message

Return-Path: pcfarms-error@fnal.gov
Return-Path: <pcfarms-error@fnal.gov>
Received: from FNAL.FNAL.Gov (fnal.fnal.gov [131.225.9.8])
by sapphire.fnal.gov (8.8.7/8.8.7) with ESMTP id LAA06325
for <yocum@sapphire.fnal.gov>; Mon, 6 Jul 1998 11:39:37 -0500
Received: from fibi01.fnal.gov ("port 3083"@fibi01.fnal.gov)
by FNAL.FNAL.GOV (PMDF V5.1-10 #3998) id <01IZ2UP2ZE0G0005E5@FNAL.FNAL.GOV>
(original mail from rubin@fibi01.fnal.gov) for yocum@sapphire.fnal.gov; Mon,
6 Jul 1998 11:39:32 -0500 CST
Received: from fibi01.fnal.gov ("port 3083"@fibi01.fnal.gov)
by FNAL.FNAL.GOV (PMDF V5.1-10 #3998)
with SMTP id <01IZ2UP0XWE00004ZQ@FNAL.FNAL.GOV> for
pcfarms-expand@reprocess.FNAL.FNAL.GOV; Mon, 06 Jul 1998 11:36:47 -0500
Received: by fibi01.fnal.gov (AIX 3.2/UCB 5.64/4.03) id AA35349; Mon,
06 Jul 1998 11:36:46 -0500
Date: Mon, 06 Jul 1998 11:36:46 -0500 (CDT)
From: Howard Rubin <rubin@fibi01.fnal.gov>
Subject: Re: fortran 77 library
In-reply-to: "Your message of Mon, 06 Jul 1998 11:14:59 CDT."
<Pine.SGI.3.95.980706110812.25829A-100000@d0chb.fnal.gov>
To: Jeffrey Mcdonald <jemcdon@fnal.gov>
Cc: pcfarms@fnal.gov
Errors-to: pcfarms-error@fnal.gov
Message-id: <9807061636.AA35349@fibi01.fnal.gov>
MIME-version: 1.0
X-Mailer: exmh version 1.6.6 3/24/96
Content-type: text/plain; charset=us-ascii
Status: R

Hi,

The c-library function ascii (see man) does what ichar does (but you may want
the input to be a string (delineated by ", not '). I haven't tested it.

Going the other way ???

And they said you could do ANYTHING in C!

But do I misunderstand? If you're asking "where are the f77 functions char
and ichar, they certainly are there. We use them all the time. Perhaps you
are using a compilation option that's 'hiding' them? For E871, we use the
compilation options -fno-automatic -fno-second-underscore -fdollar-ok
- -ff90-intrinsics-hide.

Howard Rubin

------- End of Forwarded Message