#include "xsb_config.h"#include "cell_def_xsb.h"Data Structures | |
| union | float_conv |
| union | float_to_ints_conv |
| union | cell_to_bytes_conv |
Defines | |
| #define | MY_MAXINT ((int)0x7fffffff) |
| #define | MY_MININT (-MY_MAXINT - 1) |
| #define | BASIC_TYPES_INCLUDED |
Typedefs | |
| typedef int | prolog_int |
| typedef int | Integer |
| typedef unsigned int | UInteger |
| typedef double | prolog_float |
| typedef double | Float |
| typedef int | reg_num |
| typedef unsigned long | prolog_term |
| typedef short | xsbBool |
| typedef unsigned char | byte |
| typedef unsigned int | counter |
| typedef unsigned long | word |
| typedef byte * | pb |
| typedef word * | pw |
| typedef int(* | PFI )(void) |
| typedef float_conv | FloatConv |
| typedef float_to_ints_conv | FloatToIntsConv |
| typedef cell_to_bytes_conv | CellToBytesConv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5