Message-ID: <20020624224548.11334.qmail@web11307.mail.yahoo.com> Date: Mon, 24 Jun 2002 15:45:48 -0700 (PDT) From: Pedro Izecksohn Subject: Polymorphism in C To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Hi, In C++ polymorphism is possible, declaring more than once the same function with different parameters, like the example bellow: void something (int); void something (int *); Is it possible in C, without using the va_* functions? How? __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com