From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Startup function before main. Date: Mon, 27 Mar 2006 16:37:57 +0530 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Return-path: Content-class: urn:content-classes:message Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi List, Before Executing the main function, a startup routine will be executed which will set up the initial environment for the process. This Startup routine will be supplied by the kernel and linked by the Linker. My question is : Can we add one more startup routine before executing the main program, if yes how?? -Vamsi