Date: Mon, 11 Oct 1999 12:28:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Felix Natter cc: djgpp AT delorie DOT com Subject: Re: xmalloc and xfree In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 10 Oct 1999, Felix Natter wrote: > test2.cpp: In function `int main()': > test2.cpp:4: implicit declaration of function `int xmalloc(...)' > test2.cpp:5: implicit declaration of function `int xfree(...)' This is a C++ program. AFAIK, C++ doesn't permit functions without prototypes. Does this problem happen in a C program?