Path: utzoo!attcan!uunet!wuarchive!usc!samsung!think!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Helloworld in ANSI C / C++ Message-ID: <9005302109.AA03093@expo.lcs.mit.edu> Date: 30 May 90 21:09:23 GMT References: <7838@mirsa.inria.fr> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 10 Two boring nits: > main(unsigned int argc, char **argv) My reading of section 2.1.2.2 of the ANSI C spec is that the type of argc is int. The concerns in the diffs you offer for the R4 Intrinsic.h have been addressed by public patches #10 and #11.