Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!bigelow From: bigelow@hpfcso.HP.COM (Jim Bigelow) Newsgroups: comp.lang.pascal Subject: Re: UNIX calls. Message-ID: <9110002@hpfcso.HP.COM> Date: 23 Oct 89 19:35:39 GMT References: <2404@loral.UUCP> Organization: Hewlett-Packard, Fort Collins, CO, USA Lines: 11 I can't think of how to do a call to another language, C is this C, from and ansi pascal program. Hp's pascal allows a keyword "external", as does Berkley pascal. Once can write an pascal definition of the required C routine, declare it external, and then let the link pull in the C routine. Good luck, Jim Bigelow Hp9000/S300 pascal Hewlett Packard Ft. Collins, CO