Discussion:
Calling C with Ulm's Modula-2 compiler
(too old to reply)
Nemo
2013-10-07 13:31:51 UTC
Permalink
Does anyone know how to call C functions with Ulm's Modula-2 compiler?
I do not seem to be able to find it in their manual.

Thank you.
c***@gmail.com
2013-10-08 07:37:28 UTC
Permalink
Post by Nemo
Does anyone know how to call C functions with Ulm's Modula-2 compiler?
From the Ulm docs:

"Ulm's Modula-2 compiler neither supports nor needs an access to system calls via foreign libraries (i.e. the standard C-library /lib/libc.a). Instead, SYSTEM exports three function procedures which interface all system calls"

For more info see "Specific extensions of SYSTEM":

http://www.mathematik.uni-ulm.de/modula/doc/node26.html

--
Chris Burrows
CFB Software
http://www.cfbsoftware.com/modula2

Loading...