From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Luchjenbroers Subject: Type conversion Date: Fri, 28 Jun 2002 15:19:03 +0930 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020628054419Z317059-685+171@vger.kernel.org> Reply-To: adam@luchjenbroers.com Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org What are the C/C++ functions for converting between variable types. ATM I need to be able to convert a long to an int. But I thought it would be good to find out about the others while I'm here.