From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 30 Jul 93 06:03:57 GMT From: cis.ohio-state.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!sol.ctr. columbia.edu!news.kei.com!ub!dsinc!gvls1!lonjers@ucbvax.Berkeley.EDU (Jim Lonj ers) Subject: Re: System call in ADA? Message-ID: <1993Jul30.060357.10149@VFL.Paramax.COM> List-Id: In article <9307281150.aa18465@Paris.ics.uci.edu> kanderso@mabillon.ICS.UCI.EDU (Kenneth Anderson) writes: >In comp.lang.ada you write: >>does anyone know how to do a system call from an Ada program? Something like >>copying a file. > >This is dependent on your compiler. If you can obtain your compiler's manuals >from your local support group, you will find all the information that >you need in there... Look especially if your vendor implements the POSIX interfaces. POSIX provides the Start_Process operation for just this purpose.