ThreeB 1.1
Defines | Typedefs | Functions
randomc.h File Reference

Go to the source code of this file.

Defines

#define INT64_SUPPORTED

Typedefs

typedef signed int int32_t
typedef unsigned int uint32_t
typedef long long int64_t
typedef unsigned long long uint64_t

Functions

void EndOfProgram (void)
void FatalError (const char *ErrorText)

Detailed Description

Definition in file randomc.h.


Define Documentation

#define INT64_SUPPORTED

Definition at line 122 of file randomc.h.


Typedef Documentation

typedef signed int int32_t

Definition at line 118 of file randomc.h.

typedef unsigned int uint32_t

Definition at line 119 of file randomc.h.

typedef long long int64_t

Definition at line 120 of file randomc.h.

typedef unsigned long long uint64_t

Definition at line 121 of file randomc.h.


Function Documentation

void EndOfProgram ( void  )
void FatalError ( const char *  ErrorText)