HP3000-L Archives

October 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Keven Miller <[log in to unmask]>
Reply To:
Keven Miller <[log in to unmask]>
Date:
Fri, 8 Oct 1999 19:26:11 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
I only used CCSC for a week, then switched to C/3000.

In the case of FOPEN, knowing C has its own fopen function, I always
change the
name of the intrinsic like the following to help in searching code and
understanding what is really being called.

#pragma intrinsic FOPEN     mpe_fopen
#pragma intrinsic FCLOSE    mpe_fclose

My CCOPTS var is set to "-Aa -C +e -D_SOCKET_SOURCE -D_MPEXL_SOURCE"
After testing, you need to include the "+e" option to allow missing
parameters.
Check in the C manual, I think it does state this about intrinsics.

Keven
[log in to unmask]

ATOM RSS1 RSS2