From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <43044893.3000909@vzljot.ru> Date: Thu, 18 Aug 2005 12:36:35 +0400 From: Vitaly Ostanin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050512) X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Community X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8A3EFDF287C626AD072FC637" X-Virus-Scanned: by amavisd-new at vzljot.ru Subject: [Comm] [JT] C function parameters order X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 08:36:42 -0000 Archived-At: List-Archive: List-Post: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8A3EFDF287C626AD072FC637 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable =FA=C4=D2=C1=D7=D3=D4=D7=D5=CA=D4=C5. =F4=D5=D4 =D0=D2=C9=D3=CC=C1=CC=C9 =D0=D2=C9=CB=CF=CC: #include void test(int a, int b, int c, int d) { printf("a=3D%d, b=3D%d, c=3D%d, d=3D%d\n", a ,b, c, d); } void main(void) { int c =3D 1; test(++c, ++c, ++c, ++c); test(c++, c++, c++, c++); printf("\nc=3D%d\n", c); } gcc-3.4.4 =C9 =C2=CF=D2=CC=C1=CE=C4=CF=D7=D3=CB=C9=CA turbo C 2.0.1 =C7=CF= =D7=CF=D2=D1=D4: a=3D5, b=3D4, c=3D3, d=3D2 a=3D8, b=3D7, c=3D6, d=3D5 c=3D9 =E1 MS visual C 6.0 =C7=CF=D7=CF=D2=C9=D4: a=3D5, b=3D4, c=3D3, d=3D2 a=3D5, b=3D5, c=3D5, d=3D5 c=3D9 =EB=D4=CF =C9=DA =CE=C9=C8 =CE=C5 =D0=D2=C1=D7? --=20 Regards, Vyt mailto: vyt@vzljot.ru JID: vyt@vzljot.ru --------------enig8A3EFDF287C626AD072FC637 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDBEiXXQgvvSRg+k4RAnYyAJ47Cig6E7WbRfOArTu0SXEip2Oz1wCfW9oI Xp7LQxnkQQlc1C8xdGjkNjQ= =+AxS -----END PGP SIGNATURE----- --------------enig8A3EFDF287C626AD072FC637--