6 character external identifiers

chris at umcp-cs.UUCP chris at umcp-cs.UUCP
Sat Jul 14 15:43:19 AEST 1984


*	From: stevens at inuxh.UUCP

	Okay.  But what if ReplaceString and ReplaceChar are to be placed
	in a library?  How do you guarantee that your special program will
	generate _1ReplaceString for ReplaceString, and _2ReplaceChar for
	ReplaceChar, in any program that tries to use these routines
	(e.g., in a program that includes a function called ReplaceNode)? 

Well, it depends.  If the library is part of a package including other
programs, then no problem; I already need to remember symbols across
invocations (well, I don't *have* to but it isn't hard anyway) so there's
simply a file of established translations someplace.  If this is a library
that is being submitted for others to use, then you're out of luck; you
just have to come up with shorter names.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.lang.c mailing list