Main Page | Data Structures | Directories | File List | Globals

mqint.h File Reference

a file that includes the definitions of 32-bit integer More...

Go to the source code of this file.

Defines

#define SWAP(a, b)   {integer_temp=(a);(a)=(b);(b)=integer_temp;}

Functions

int MQInt_isWithinBounds (int num, int lower, int upper)
int MQInt_cmp (const void *p1, const void *p2)
void MQInt_add (const void *sum, const void *p1, const void *p2)
int * MQInt_new (int d)
char * MQInt_toString (int i)
char * MQInt_toFixedWidthString (int i, int width)
char * MQInt_toFormattedString (int i, char *format)
char * MQInt_getName (int number)

Variables

int integer_temp


Detailed Description

a file that includes the definitions of 32-bit integer

Author:
Kyriacos C. Leptos
Date:
2005-10-15
Details.
Generated on Tue Feb 7 03:25:44 2006 for libmqbasic by  doxygen 1.4.4