mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.4 KiB
36 lines
1.4 KiB
/*****************************************************************************
|
|
* *
|
|
* 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 *
|
|
* *
|
|
*****************************************************************************/
|