Programmer's Reference

Defined types

esuser.h defines the following C data types:

U_8, U_16, U_32
Unsigned 8-, 16-, and 32-bit integers
I_8, I_16, I_32
Signed 8-, 16-, and 32-bit integers
BOOLEAN
Either TRUE or FALSE (also defined)
EsObject
Pointer to an IBM Smalltalk object
EsVMContext
Pointer to a low-level process information block
EsBehavior
Pointer to a kind of Behavior (for example, Class or Metaclass)
EsGlobalInfo
Information global to all processes
EsPrimitiveTable
An IBM Smalltalk user primitive table


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]