From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ec0e822a8924768 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-18 15:49:35 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: C-Ada Import of struct's -- Help Date: 18 Oct 1994 15:11:19 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <3816kn$n4e@schonberg.cs.nyu.edu> References: <9410181020.AA08716@eurocontrol.de> NNTP-Posting-Host: schonberg.cs.nyu.edu Date: 1994-10-18T15:11:19-04:00 List-Id: "Also remember that a C string must be null terminated" be careful not to confuse here, there is no such requirement in C. Certain C library routines (but by no means all) require strings to be null terminated, and string constants are null terminated, but there is no general requirement in C that corresponds to this quote.