Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/5/84; site bunker.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!ittvax!bunker!garys
From: garys@bunker.UUCP
Newsgroups: net.lang.c
Subject: Re: Re: $ in identifiers -- poll
Message-ID: <635@bunker.UUCP>
Date: Wed, 19-Dec-84 14:16:50 EST
Article-I.D.: bunker.635
Posted: Wed Dec 19 14:16:50 1984
Date-Received: Fri, 21-Dec-84 00:45:22 EST
References: <3@aeolus.UUCP> <260@sftri.UUCP> <3281@mit-eddie.UUCP> <422@gitpyr.UUCP> <273@desint.UUCP>
Organization: Bunker Ramo, Trumbull Ct
Lines: 18

> In article <422@gitpyr.UUCP> robert@gitpyr.UUCP (Robert Viduya) writes:
> 
> >    extern sys_read "SYS$READ" ();
> >
> >would tell the compiler/linker to call the entrypoint  "SYS$READ"  whenever
> >"sys_read"  was called in the source.
> 
> Bravo for this idea!  The syntax, however, conflicts with the "old-style
> initializer" syntax.  Anybody got ideas for a parseable syntax?
> -- 
> 
> 	Geoff Kuenning

OK, how about:

	extern sys_read() = "SYS$READ";

Gary Samuelson