From: "J. Walker" Newsgroups: comp.os.msdos.djgpp Subject: Redefinition of functions ? Date: Fri, 26 Jun 1998 12:45:00 +0100 Organization: University of Economics, Prague, Czech republic Lines: 10 Message-ID: <359389BC.2E02@phrozen.com> NNTP-Posting-Host: s018h19.vse.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I needed to rewrite bodies of some functions of standard c-library. I was successful with redefinition of f.E. some stdio functions but I needed to rewrite function 'textmode'(conio module) with my own and got error message 'Multiple definition of function textmode'. I tried to do the same with Borland C++ 3.1 and all was ok. What shall I do when I need to redefine some functions from libc ?? Please help me. Thanx J.W.