$ in identifiers -- poll

garys at bunker.UUCP garys at bunker.UUCP
Thu Dec 20 05:16:50 AEST 1984


> In article <422 at gitpyr.UUCP> robert at 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



More information about the Comp.lang.c mailing list