![]() |
![]() |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "glue.h"
#include "cobstack.h"
Go to the source code of this file.
Classes | |
class | CUInt |
Infinite precision unsigned arithmetic class Storage within object will be used whenever possible. More... | |
Defines | |
#define | MAX(a, b) ((a)<(b)?(b):(a)) |
#define | CUINT_DEFAULT_SIZE (4) |
#define CUINT_DEFAULT_SIZE (4) |
#define MAX | ( | a, | |||
b | ) | ((a)<(b)?(b):(a)) |