HPGCC3 Documentation 3.0 R003

hpgcc3.h File Reference

Umbrella header file for the HPGCC standard library. More...

#include <hpgcc_config.h>
#include <conio.h>
#include <ctype.h>
#include <keyb.h>
#include <math.h>
#include <setjmp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys.h>
#include <time.h>
#include <kos.h>
#include <syscall.h>
#include <extreal.h>
#include <sat3.h>
#include <signal.h>

Go to the source code of this file.

Defines

#define _LONGLONG_DEF

Typedefs

typedef unsigned long long ULONGLONG
typedef long long LONGLONG

Detailed Description

Umbrella header file for the HPGCC standard library.

This header file can be used to include the entirety of the HPGCC standard library. It defines no unique interfaces of its own, and is provided merely as a convenience.

Definition in file hpgcc3.h.


Define Documentation

#define _LONGLONG_DEF

Definition at line 51 of file hpgcc3.h.


Typedef Documentation

typedef long long LONGLONG

Definition at line 50 of file hpgcc3.h.

typedef unsigned long long ULONGLONG

Definition at line 49 of file hpgcc3.h.