[comp.sys.amiga.programmer] Sharing code in 'C'

jdickson@jato.jpl.nasa.gov (Jeff Dickson) (02/21/91)

	Hi. I'm looking to share functions in one program that remains
resident (handler) with other programs. A way that I thought up:

	Program A has a pointer to function 

		(p2f *)() or however it is declared. I have a cheat sheet
		for such things at home.

	Program A solicits program B which forks over the address of a
	particular function. Program A assigns the pointer to function
	to that address.

	How does this sound?

					Jeff