#include <stdio.h>
#include <stdlib.h>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <assert.h>
Go to the source code of this file.
Compounds | |
class | JCounter |
Defines | |
#define | BOOL bool |
#define | ULONG unsigned long |
Functions | |
unsigned long | MAX (register unsigned long x, register unsigned long y) |
|
Definition at line 11 of file JCounter.hpp. |
|
Definition at line 12 of file JCounter.hpp. |
|
Definition at line 14 of file JCounter.hpp. 00015 { 00016 return ( x > y ? x : y ); 00017 } |