home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
zfamily.zip
/
zfamily
/
ZNLFUNCS
/
SAMPLE
/
TSTDEFS.H
< prev
next >
Wrap
Text File
|
1993-09-21
|
2KB
|
58 lines
/*
** /----------------------------------------------------------------------\
** | IBM Z Family Reusable Libraries/2 (5641-504) |
** |----------------------------------------------------------------------|
** | (C) Copyright International Business Machines Corporation 1993, 1994 |
** |----------------------------------------------------------------------|
** | DISCLAIMER OF WARRANTIES |
** | ------------------------ |
** | The following code is sample code created by IBM Corporation. |
** | Such a code is provided to you solely for the purpose of assisting |
** | you in the development of your applications. The code is provided |
** | "AS IS", without warranty of any kind. IBM shall not be liable for |
** | any damages arising out of your use of the following code, even if |
** | they have been advised of the possibility of such damages. | *
** \----------------------------------------------------------------------/
**
** Header : TSTDEFS.H
** Author : Valerio Tavazzi (TAVAZZI at ROMEPPC)
** Reviewer : Dario de Judicibus (DEJUDICI at ROMEPPC)
** Created : 28 Jul 1992
** Updated : 21 Sep 1993
** Version : 3.22
** Content : ID definitions
**
*/
#ifndef TSTDEFINITIONS
#define TSTDEFINITIONS 0
/*
** Max string lenght
*/
#define tstMAXSTRLEN 40
/*
** About id
*/
#define tstSTR_DLLAUTHOR 0xA200
/*
** Exit id
*/
#define tstSTR_EXITREQUEST 0xA300
#define tstWRN_AREYOUSURE 0xA301
/*
** Samples
*/
#define tstMEAS_13 0xC000
/*
** Samples
*/
#define tstNUMSAMPLE "-123456.78"
#define tstCURSAMPLE "12345.678"
#endif