C Help
Peter,
Thank you for your informations about the "int (*func) ();" declaration
and the a4 utilisation. My program experienced a bit of a problem
beeing call by the callback routine, but I have find out what the
problem was. In Modula-2 a procedure deallocates its parameters, in
C the parameters are deallocated by the calling routine! I simply
added a (*$P-*) compiler switch to have my procedure react as a C
routine.
Thank's again for your help.
Clement