Message-ID: <333AF42A.4E59@post.comstar.ru> Date: Thu, 27 Mar 1997 14:26:50 -0800 From: Dim Zegebart Reply-To: zager AT post DOT comstar DOT ru Organization: zager AT post DOT comstar DOT ru MIME-Version: 1.0 To: DJGPP Mail List Subject: function arguments aliases? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Just a small question : assume, void foo(int x,int y) { // may I use here not x y names but somthing like arg1 and arg2 ? // For example : putpixel(arg1,arg2); //instead of putpixel(x,y) } (I'm using DJGPP v2.2) -- Regards, Dim Zegebart, http://www.geocities.com/siliconvalley/pines/7817 Moscow Russia. PS. Small questions to DJ. Delorie : What are you working on now ? When we may expect next version ? What lines from 'to do' list will be emplemented in it ? Many thanks and best wishes to you . ;)