From: "Benjamin 'Killer' Kalytta" Newsgroups: comp.os.msdos.djgpp Subject: Re: function overload in gcc Date: Sun, 16 Sep 2001 14:54:13 +0200 Organization: T-Online Lines: 13 Message-ID: <9o27fm$sk2$00$1@news.t-online.com> References: <9o0hbg$98u$06$1 AT news DOT t-online DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1000644918 00 29314 qYN2STvXSgazCm 010916 12:55:18 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520031135094-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Benjamin 'Killer' Kalytta" schrieb im Newsbeitrag news:9o0hbg$98u$06$1 AT news DOT t-online DOT com... > how is it possible to overload functions in gcc ? > like int func(int arg1); int func(int arg1, int arg2); int func(int arg1, int arg2, int arg3);