/***************************************************************************** * * * STRCNV.C * * * * Copyright (C) Microsoft Corporation 1990. * * All Rights reserved. * * * ****************************************************************************** * * * Module Intent: Provide ascii to binary conversion routines for integers * * unsigned integers, longs, and unsigned longs. * * * ****************************************************************************** * * * Testing Notes: Can be built into a DOS module and verified with STRCNV.IN * * and STRCNV.BL. * * * ****************************************************************************** * * * Current Owner: Robert Bunney * * * ****************************************************************************** * * * Released by Development: (date) * * * *****************************************************************************/ #include "help.h" #pragma hdrstop /***************************************************************************** * * * Defines * * * *****************************************************************************/