Thread: replacement to strtod

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    replacement to strtod

    i'm working on a graphing calculator for the helio(a pda), and it can't use stdlib functions. is there a replacement for strtod which doesn't use stdlib.h?

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    nevermind, i just remmed the <stdlib.h> out, converted float to double(bad float architechture in helio). it works now. thanks anyway.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with strtod
    By robert777 in forum C Programming
    Replies: 11
    Last Post: 11-03-2008, 12:49 PM
  2. string padding and replacement functions
    By George2 in forum Tech Board
    Replies: 4
    Last Post: 11-19-2006, 01:40 AM
  3. NeHe Glaux replacement??
    By Razorblade Kiss in forum Game Programming
    Replies: 4
    Last Post: 02-25-2006, 03:30 AM
  4. More strtod troubles
    By Bajanine in forum Windows Programming
    Replies: 2
    Last Post: 03-09-2003, 01:23 PM
  5. Help with strtod and fgets..
    By Gugge in forum C Programming
    Replies: 2
    Last Post: 05-15-2002, 02:21 PM