Examples of API

johnm at wdi.disney.com johnm at wdi.disney.com
Tue Nov 10 22:50:31 UTC 1998


"Richard L. Peskin" <rlpcon at vermontel.net> wrote:
> Where can I find examples of API's that will allow me to exchange data
> between Squeak data structures and C strucs? I understand that the socket
> primitives do this but I don't know where to find the source code for these
> primitives.
> thanks, --dick peskin

Executing the following:

	InterpreterSupportCode writeMacSourceFiles

will dump all the sources used to build the Mac VM (except the interpreter itself,
which is produced by:

	Interpreter translate: 'interp.c' doInlining: true.

Cheers!

	-- John





More information about the Squeak-dev mailing list