cgma
|
#include "CubitUtil.hpp"
#include "CubitString.hpp"
#include "CubitEntity.hpp"
#include "CubitMessage.hpp"
#include "AppUtil.hpp"
#include <ctype.h>
#include <time.h>
#include <sstream>
#include <unistd.h>
#include <sys/utsname.h>
Go to the source code of this file.
Defines | |
#define | INTABS(n) ((n) >= 0 ? (n) : (-(n))) |
Variables | |
static int | displayDigits = -1 |
#define INTABS | ( | n | ) | ((n) >= 0 ? (n) : (-(n))) |
Definition at line 542 of file CubitUtil.cpp.
int displayDigits = -1 [static] |
Definition at line 37 of file CubitUtil.cpp.