~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to libc/stdlib/strtol.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-05-01 12:03:39 UTC
  • mto: (3.1.1 edgy)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060501120339-q93dxulpunby36dj
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28
28
 * SUCH DAMAGE.
29
29
 *
30
 
 * $Id: strtol.c,v 1.2.2.1 2005/01/25 10:40:06 joerg_wunsch Exp $
 
30
 * $Id: strtol.c,v 1.3 2005/01/25 10:37:50 joerg_wunsch Exp $
31
31
 */
32
32
 
33
33
#include <limits.h>