Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!swrinde!kent From: kent@swrinde.nde.swri.edu (Kent D. Polk) Newsgroups: comp.lang.pascal Subject: Re: How do you make a system call from PASCAL? Keywords: UNIX SYSTEM CALL Message-ID: <16284@swrinde.nde.swri.edu> Date: 16 May 89 21:18:51 GMT References: <2167@quanta.eng.ohio-state.edu> <16274@swrinde.nde.swri.edu> Reply-To: kent@swrinde.UUCP (Kent D. Polk) Distribution: usa Organization: Southwest Research Institute, San Antonio, Texas Lines: 9 In article <16274@swrinde.nde.swri.edu> kent@swrinde.UUCP (Kent D. Polk) writes: > New(date); > dispose(date); Actually, now that I think about it, I don't believe that the date pointer has to be allocated. I believe that the system allocates it for you, but I can't remember (a bit fuzzy up there). Kent