Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!brl-tgr!tgr!cottrell@nbs-vms.ARPA
From: cottrell@nbs-vms.ARPA
Newsgroups: net.lang.c
Subject: external names
Message-ID: <6952@brl-tgr.ARPA>
Date: Thu, 3-Jan-85 18:30:57 EST
Article-I.D.: brl-tgr.6952
Posted: Thu Jan  3 18:30:57 1985
Date-Received: Sat, 5-Jan-85 02:12:48 EST
Sender: news@brl-tgr.ARPA
Organization: Ballistic Research Lab
Lines: 11

/*
everyone is ignoring the obvious workable portable solution: have an
assembly language file that looks like this:

_sys_read:	jmp	SYS$SYSTEM
_foo:		jmp	VMS$STUPIDNAME
		.end

"got to keep the loonies on the path"

*/