/*** *atodbl.c - convert a string to a floating point value * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Converts a string to a floating point value. * *******************************************************************************/ #include #include #include #include #include #include #include