Apicall and cdecl

mathieu mathk.sue at gmail.com
Sun Jul 16 17:44:18 UTC 2006


Hi,

I was wondering how do apicall and cdecl are parse.
I read the Parser>>#externalFunctionDeclaration and saw:

Smalltalk at: #ExternalLibraryFunction ifPresent:[:xfn|
		fn _ xfn name: externalName
				module: module
				callType: callType
				returnType: retType
				argumentTypes: args contents.
		self allocateLiteral: fn.
	]

So do anyone can told me what it's for?

Thank in advence.

Math



More information about the Squeak-dev mailing list