P99
Modules | Typedefs | Functions
Type Names
Type facilities

A bunch of types that are derived from the standard types. More...

+ Collaboration diagram for Type Names:

Modules

 One token type names
 

A bunch of types that are one-token synonyms for standard types.


 bool specials
 

bool must be handled specially since it is not a typedef but a macro


Typedefs

typedef cdouble constcdouble_cptr
 a const pointer to cdouble
typedef cdoublecdouble_ptr
 a pointer to cdouble
typedef cfloat constcfloat_cptr
 a const pointer to cfloat
typedef cfloatcfloat_ptr
 a pointer to cfloat
typedef char constchar_cptr
 a const pointer to char
typedef charchar_ptr
 a pointer to char
typedef cldouble constcldouble_cptr
 a const pointer to cldouble
typedef cldoublecldouble_ptr
 a pointer to cldouble
typedef double constdouble_cptr
 a const pointer to double
typedef doubledouble_ptr
 a pointer to double
typedef float constfloat_cptr
 a const pointer to float
typedef floatfloat_ptr
 a pointer to float
typedef int16_t constint16_t_cptr
 a const pointer to int16_t
typedef int16_t * int16_t_ptr
 a pointer to int16_t
typedef int32_t constint32_t_cptr
 a const pointer to int32_t
typedef int32_t * int32_t_ptr
 a pointer to int32_t
typedef int64_t constint64_t_cptr
 a const pointer to int64_t
typedef int64_t * int64_t_ptr
 a pointer to int64_t
typedef int8_t constint8_t_cptr
 a const pointer to int8_t
typedef int8_t * int8_t_ptr
 a pointer to int8_t
typedef int constint_cptr
 a const pointer to int
typedef intint_ptr
 a pointer to int
typedef intmax_t constintmax_t_cptr
 a const pointer to intmax_t
typedef intmax_t * intmax_t_ptr
 a pointer to intmax_t
typedef intptr_t constintptr_t_cptr
 a const pointer to intptr_t
typedef intptr_t * intptr_t_ptr
 a pointer to intptr_t
typedef ldouble constldouble_cptr
 a const pointer to ldouble
typedef ldoubleldouble_ptr
 a pointer to ldouble
typedef llong constllong_cptr
 a const pointer to llong
typedef llongllong_ptr
 a pointer to llong
typedef long constlong_cptr
 a const pointer to long
typedef longlong_ptr
 a pointer to long
typedef ptrdiff_t constptrdiff_t_cptr
 a const pointer to ptrdiff_t
typedef ptrdiff_tptrdiff_t_ptr
 a pointer to ptrdiff_t
typedef schar constschar_cptr
 a const pointer to schar
typedef scharschar_ptr
 a pointer to schar
typedef short constshort_cptr
 a const pointer to short
typedef shortshort_ptr
 a pointer to short
typedef signed constsigned_cptr
 a const pointer to signed
typedef signed * signed_ptr
 a pointer to signed
typedef sint constsint_cptr
 a const pointer to sint
typedef sintsint_ptr
 a pointer to sint
typedef size_t constsize_t_cptr
 a const pointer to size_t
typedef size_t * size_t_ptr
 a pointer to size_t
typedef sllong constsllong_cptr
 a const pointer to sllong
typedef sllongsllong_ptr
 a pointer to sllong
typedef slong constslong_cptr
 a const pointer to slong
typedef slongslong_ptr
 a pointer to slong
typedef sshort constsshort_cptr
 a const pointer to sshort
typedef sshortsshort_ptr
 a pointer to sshort
typedef ssize_t constssize_t_cptr
 a const pointer to ssize_t
typedef ssize_t * ssize_t_ptr
 a pointer to ssize_t
typedef uchar constuchar_cptr
 a const pointer to uchar
typedef ucharuchar_ptr
 a pointer to uchar
typedef uint16_t constuint16_t_cptr
 a const pointer to uint16_t
typedef uint16_t * uint16_t_ptr
 a pointer to uint16_t
typedef uint32_t constuint32_t_cptr
 a const pointer to uint32_t
typedef uint32_t * uint32_t_ptr
 a pointer to uint32_t
typedef uint64_t constuint64_t_cptr
 a const pointer to uint64_t
typedef uint64_t * uint64_t_ptr
 a pointer to uint64_t
typedef uint8_t constuint8_t_cptr
 a const pointer to uint8_t
typedef uint8_t * uint8_t_ptr
 a pointer to uint8_t
typedef uint constuint_cptr
 a const pointer to uint
typedef uintuint_ptr
 a pointer to uint
typedef uintmax_t constuintmax_t_cptr
 a const pointer to uintmax_t
typedef uintmax_tuintmax_t_ptr
 a pointer to uintmax_t
typedef uintptr_t constuintptr_t_cptr
 a const pointer to uintptr_t
typedef uintptr_t * uintptr_t_ptr
 a pointer to uintptr_t
typedef ullong constullong_cptr
 a const pointer to ullong
typedef ullongullong_ptr
 a pointer to ullong
typedef ulong constulong_cptr
 a const pointer to ulong
typedef ulongulong_ptr
 a pointer to ulong
typedef unsigned constunsigned_cptr
 a const pointer to unsigned
typedef unsignedunsigned_ptr
 a pointer to unsigned
typedef ushort constushort_cptr
 a const pointer to ushort
typedef ushortushort_ptr
 a pointer to ushort
typedef void constvoid_cptr
 a const pointer to void
typedef void * void_ptr
 a pointer to void

Functions

void cdouble_cptr_destroy (cdouble_cptr *p00_id)
 destroy the object that p00_id points to.
cdouble_cptrcdouble_cptr_init (cdouble_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void cdouble_destroy (cdouble *p00_id)
 destroy the object that p00_id points to.
cdoublecdouble_init (cdouble *p00_id)
 initialize the object that p00_id points to by 0.
void cdouble_ptr_destroy (cdouble_ptr *p00_id)
 destroy the object that p00_id points to.
cdouble_ptrcdouble_ptr_init (cdouble_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void cfloat_cptr_destroy (cfloat_cptr *p00_id)
 destroy the object that p00_id points to.
cfloat_cptrcfloat_cptr_init (cfloat_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void cfloat_destroy (cfloat *p00_id)
 destroy the object that p00_id points to.
cfloatcfloat_init (cfloat *p00_id)
 initialize the object that p00_id points to by 0.
void cfloat_ptr_destroy (cfloat_ptr *p00_id)
 destroy the object that p00_id points to.
cfloat_ptrcfloat_ptr_init (cfloat_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void char_cptr_destroy (char_cptr *p00_id)
 destroy the object that p00_id points to.
char_cptrchar_cptr_init (char_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void char_destroy (char *p00_id)
 destroy the object that p00_id points to.
charchar_init (char *p00_id)
 initialize the object that p00_id points to by 0.
void char_ptr_destroy (char_ptr *p00_id)
 destroy the object that p00_id points to.
char_ptrchar_ptr_init (char_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void cldouble_cptr_destroy (cldouble_cptr *p00_id)
 destroy the object that p00_id points to.
cldouble_cptrcldouble_cptr_init (cldouble_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void cldouble_destroy (cldouble *p00_id)
 destroy the object that p00_id points to.
cldoublecldouble_init (cldouble *p00_id)
 initialize the object that p00_id points to by 0.
void cldouble_ptr_destroy (cldouble_ptr *p00_id)
 destroy the object that p00_id points to.
cldouble_ptrcldouble_ptr_init (cldouble_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void double_cptr_destroy (double_cptr *p00_id)
 destroy the object that p00_id points to.
double_cptrdouble_cptr_init (double_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void double_destroy (double *p00_id)
 destroy the object that p00_id points to.
doubledouble_init (double *p00_id)
 initialize the object that p00_id points to by 0.
void double_ptr_destroy (double_ptr *p00_id)
 destroy the object that p00_id points to.
double_ptrdouble_ptr_init (double_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void float_cptr_destroy (float_cptr *p00_id)
 destroy the object that p00_id points to.
float_cptrfloat_cptr_init (float_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void float_destroy (float *p00_id)
 destroy the object that p00_id points to.
floatfloat_init (float *p00_id)
 initialize the object that p00_id points to by 0.
void float_ptr_destroy (float_ptr *p00_id)
 destroy the object that p00_id points to.
float_ptrfloat_ptr_init (float_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void int16_t_cptr_destroy (int16_t_cptr *p00_id)
 destroy the object that p00_id points to.
int16_t_cptrint16_t_cptr_init (int16_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void int16_t_destroy (int16_t *p00_id)
 destroy the object that p00_id points to.
int16_t * int16_t_init (int16_t *p00_id)
 initialize the object that p00_id points to by 0.
void int16_t_ptr_destroy (int16_t_ptr *p00_id)
 destroy the object that p00_id points to.
int16_t_ptrint16_t_ptr_init (int16_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void int32_t_cptr_destroy (int32_t_cptr *p00_id)
 destroy the object that p00_id points to.
int32_t_cptrint32_t_cptr_init (int32_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void int32_t_destroy (int32_t *p00_id)
 destroy the object that p00_id points to.
int32_t * int32_t_init (int32_t *p00_id)
 initialize the object that p00_id points to by 0.
void int32_t_ptr_destroy (int32_t_ptr *p00_id)
 destroy the object that p00_id points to.
int32_t_ptrint32_t_ptr_init (int32_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void int64_t_cptr_destroy (int64_t_cptr *p00_id)
 destroy the object that p00_id points to.
int64_t_cptrint64_t_cptr_init (int64_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void int64_t_destroy (int64_t *p00_id)
 destroy the object that p00_id points to.
int64_t * int64_t_init (int64_t *p00_id)
 initialize the object that p00_id points to by 0.
void int64_t_ptr_destroy (int64_t_ptr *p00_id)
 destroy the object that p00_id points to.
int64_t_ptrint64_t_ptr_init (int64_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void int8_t_cptr_destroy (int8_t_cptr *p00_id)
 destroy the object that p00_id points to.
int8_t_cptrint8_t_cptr_init (int8_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void int8_t_destroy (int8_t *p00_id)
 destroy the object that p00_id points to.
int8_t * int8_t_init (int8_t *p00_id)
 initialize the object that p00_id points to by 0.
void int8_t_ptr_destroy (int8_t_ptr *p00_id)
 destroy the object that p00_id points to.
int8_t_ptrint8_t_ptr_init (int8_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void int_cptr_destroy (int_cptr *p00_id)
 destroy the object that p00_id points to.
int_cptrint_cptr_init (int_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void int_destroy (int *p00_id)
 destroy the object that p00_id points to.
intint_init (int *p00_id)
 initialize the object that p00_id points to by 0.
void int_ptr_destroy (int_ptr *p00_id)
 destroy the object that p00_id points to.
int_ptrint_ptr_init (int_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void intmax_t_cptr_destroy (intmax_t_cptr *p00_id)
 destroy the object that p00_id points to.
intmax_t_cptrintmax_t_cptr_init (intmax_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void intmax_t_destroy (intmax_t *p00_id)
 destroy the object that p00_id points to.
intmax_t * intmax_t_init (intmax_t *p00_id)
 initialize the object that p00_id points to by 0.
void intmax_t_ptr_destroy (intmax_t_ptr *p00_id)
 destroy the object that p00_id points to.
intmax_t_ptrintmax_t_ptr_init (intmax_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void intptr_t_cptr_destroy (intptr_t_cptr *p00_id)
 destroy the object that p00_id points to.
intptr_t_cptrintptr_t_cptr_init (intptr_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void intptr_t_destroy (intptr_t *p00_id)
 destroy the object that p00_id points to.
intptr_t * intptr_t_init (intptr_t *p00_id)
 initialize the object that p00_id points to by 0.
void intptr_t_ptr_destroy (intptr_t_ptr *p00_id)
 destroy the object that p00_id points to.
intptr_t_ptrintptr_t_ptr_init (intptr_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ldouble_cptr_destroy (ldouble_cptr *p00_id)
 destroy the object that p00_id points to.
ldouble_cptrldouble_cptr_init (ldouble_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ldouble_destroy (ldouble *p00_id)
 destroy the object that p00_id points to.
ldoubleldouble_init (ldouble *p00_id)
 initialize the object that p00_id points to by 0.
void ldouble_ptr_destroy (ldouble_ptr *p00_id)
 destroy the object that p00_id points to.
ldouble_ptrldouble_ptr_init (ldouble_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void llong_cptr_destroy (llong_cptr *p00_id)
 destroy the object that p00_id points to.
llong_cptrllong_cptr_init (llong_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void llong_destroy (llong *p00_id)
 destroy the object that p00_id points to.
llongllong_init (llong *p00_id)
 initialize the object that p00_id points to by 0.
void llong_ptr_destroy (llong_ptr *p00_id)
 destroy the object that p00_id points to.
llong_ptrllong_ptr_init (llong_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void long_cptr_destroy (long_cptr *p00_id)
 destroy the object that p00_id points to.
long_cptrlong_cptr_init (long_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void long_destroy (long *p00_id)
 destroy the object that p00_id points to.
longlong_init (long *p00_id)
 initialize the object that p00_id points to by 0.
void long_ptr_destroy (long_ptr *p00_id)
 destroy the object that p00_id points to.
long_ptrlong_ptr_init (long_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ptrdiff_t_cptr_destroy (ptrdiff_t_cptr *p00_id)
 destroy the object that p00_id points to.
ptrdiff_t_cptrptrdiff_t_cptr_init (ptrdiff_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ptrdiff_t_destroy (ptrdiff_t *p00_id)
 destroy the object that p00_id points to.
ptrdiff_tptrdiff_t_init (ptrdiff_t *p00_id)
 initialize the object that p00_id points to by 0.
void ptrdiff_t_ptr_destroy (ptrdiff_t_ptr *p00_id)
 destroy the object that p00_id points to.
ptrdiff_t_ptrptrdiff_t_ptr_init (ptrdiff_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void schar_cptr_destroy (schar_cptr *p00_id)
 destroy the object that p00_id points to.
schar_cptrschar_cptr_init (schar_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void schar_destroy (schar *p00_id)
 destroy the object that p00_id points to.
scharschar_init (schar *p00_id)
 initialize the object that p00_id points to by 0.
void schar_ptr_destroy (schar_ptr *p00_id)
 destroy the object that p00_id points to.
schar_ptrschar_ptr_init (schar_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void short_cptr_destroy (short_cptr *p00_id)
 destroy the object that p00_id points to.
short_cptrshort_cptr_init (short_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void short_destroy (short *p00_id)
 destroy the object that p00_id points to.
shortshort_init (short *p00_id)
 initialize the object that p00_id points to by 0.
void short_ptr_destroy (short_ptr *p00_id)
 destroy the object that p00_id points to.
short_ptrshort_ptr_init (short_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void signed_cptr_destroy (signed_cptr *p00_id)
 destroy the object that p00_id points to.
signed_cptrsigned_cptr_init (signed_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void signed_destroy (signed *p00_id)
 destroy the object that p00_id points to.
signed * signed_init (signed *p00_id)
 initialize the object that p00_id points to by 0.
void signed_ptr_destroy (signed_ptr *p00_id)
 destroy the object that p00_id points to.
signed_ptrsigned_ptr_init (signed_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void sint_cptr_destroy (sint_cptr *p00_id)
 destroy the object that p00_id points to.
sint_cptrsint_cptr_init (sint_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void sint_destroy (sint *p00_id)
 destroy the object that p00_id points to.
sintsint_init (sint *p00_id)
 initialize the object that p00_id points to by 0.
void sint_ptr_destroy (sint_ptr *p00_id)
 destroy the object that p00_id points to.
sint_ptrsint_ptr_init (sint_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void size_t_cptr_destroy (size_t_cptr *p00_id)
 destroy the object that p00_id points to.
size_t_cptrsize_t_cptr_init (size_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void size_t_destroy (size_t *p00_id)
 destroy the object that p00_id points to.
size_t * size_t_init (size_t *p00_id)
 initialize the object that p00_id points to by 0.
void size_t_ptr_destroy (size_t_ptr *p00_id)
 destroy the object that p00_id points to.
size_t_ptrsize_t_ptr_init (size_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void sllong_cptr_destroy (sllong_cptr *p00_id)
 destroy the object that p00_id points to.
sllong_cptrsllong_cptr_init (sllong_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void sllong_destroy (sllong *p00_id)
 destroy the object that p00_id points to.
sllongsllong_init (sllong *p00_id)
 initialize the object that p00_id points to by 0.
void sllong_ptr_destroy (sllong_ptr *p00_id)
 destroy the object that p00_id points to.
sllong_ptrsllong_ptr_init (sllong_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void slong_cptr_destroy (slong_cptr *p00_id)
 destroy the object that p00_id points to.
slong_cptrslong_cptr_init (slong_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void slong_destroy (slong *p00_id)
 destroy the object that p00_id points to.
slongslong_init (slong *p00_id)
 initialize the object that p00_id points to by 0.
void slong_ptr_destroy (slong_ptr *p00_id)
 destroy the object that p00_id points to.
slong_ptrslong_ptr_init (slong_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ssize_t_cptr_destroy (ssize_t_cptr *p00_id)
 destroy the object that p00_id points to.
ssize_t_cptrssize_t_cptr_init (ssize_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ssize_t_destroy (ssize_t *p00_id)
 destroy the object that p00_id points to.
ssize_t * ssize_t_init (ssize_t *p00_id)
 initialize the object that p00_id points to by 0.
void ssize_t_ptr_destroy (ssize_t_ptr *p00_id)
 destroy the object that p00_id points to.
ssize_t_ptrssize_t_ptr_init (ssize_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uchar_cptr_destroy (uchar_cptr *p00_id)
 destroy the object that p00_id points to.
uchar_cptruchar_cptr_init (uchar_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uchar_destroy (uchar *p00_id)
 destroy the object that p00_id points to.
ucharuchar_init (uchar *p00_id)
 initialize the object that p00_id points to by 0.
void uchar_ptr_destroy (uchar_ptr *p00_id)
 destroy the object that p00_id points to.
uchar_ptruchar_ptr_init (uchar_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint16_t_cptr_destroy (uint16_t_cptr *p00_id)
 destroy the object that p00_id points to.
uint16_t_cptruint16_t_cptr_init (uint16_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint16_t_destroy (uint16_t *p00_id)
 destroy the object that p00_id points to.
uint16_t * uint16_t_init (uint16_t *p00_id)
 initialize the object that p00_id points to by 0.
void uint16_t_ptr_destroy (uint16_t_ptr *p00_id)
 destroy the object that p00_id points to.
uint16_t_ptruint16_t_ptr_init (uint16_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint32_t_cptr_destroy (uint32_t_cptr *p00_id)
 destroy the object that p00_id points to.
uint32_t_cptruint32_t_cptr_init (uint32_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint32_t_destroy (uint32_t *p00_id)
 destroy the object that p00_id points to.
uint32_t * uint32_t_init (uint32_t *p00_id)
 initialize the object that p00_id points to by 0.
void uint32_t_ptr_destroy (uint32_t_ptr *p00_id)
 destroy the object that p00_id points to.
uint32_t_ptruint32_t_ptr_init (uint32_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint64_t_cptr_destroy (uint64_t_cptr *p00_id)
 destroy the object that p00_id points to.
uint64_t_cptruint64_t_cptr_init (uint64_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint64_t_destroy (uint64_t *p00_id)
 destroy the object that p00_id points to.
uint64_t * uint64_t_init (uint64_t *p00_id)
 initialize the object that p00_id points to by 0.
void uint64_t_ptr_destroy (uint64_t_ptr *p00_id)
 destroy the object that p00_id points to.
uint64_t_ptruint64_t_ptr_init (uint64_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint8_t_cptr_destroy (uint8_t_cptr *p00_id)
 destroy the object that p00_id points to.
uint8_t_cptruint8_t_cptr_init (uint8_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint8_t_destroy (uint8_t *p00_id)
 destroy the object that p00_id points to.
uint8_t * uint8_t_init (uint8_t *p00_id)
 initialize the object that p00_id points to by 0.
void uint8_t_ptr_destroy (uint8_t_ptr *p00_id)
 destroy the object that p00_id points to.
uint8_t_ptruint8_t_ptr_init (uint8_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint_cptr_destroy (uint_cptr *p00_id)
 destroy the object that p00_id points to.
uint_cptruint_cptr_init (uint_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uint_destroy (uint *p00_id)
 destroy the object that p00_id points to.
uintuint_init (uint *p00_id)
 initialize the object that p00_id points to by 0.
void uint_ptr_destroy (uint_ptr *p00_id)
 destroy the object that p00_id points to.
uint_ptruint_ptr_init (uint_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uintmax_t_cptr_destroy (uintmax_t_cptr *p00_id)
 destroy the object that p00_id points to.
uintmax_t_cptruintmax_t_cptr_init (uintmax_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uintmax_t_destroy (uintmax_t *p00_id)
 destroy the object that p00_id points to.
uintmax_tuintmax_t_init (uintmax_t *p00_id)
 initialize the object that p00_id points to by 0.
void uintmax_t_ptr_destroy (uintmax_t_ptr *p00_id)
 destroy the object that p00_id points to.
uintmax_t_ptruintmax_t_ptr_init (uintmax_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void uintptr_t_cptr_destroy (uintptr_t_cptr *p00_id)
 destroy the object that p00_id points to.
uintptr_t_cptruintptr_t_cptr_init (uintptr_t_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void uintptr_t_destroy (uintptr_t *p00_id)
 destroy the object that p00_id points to.
uintptr_t * uintptr_t_init (uintptr_t *p00_id)
 initialize the object that p00_id points to by 0.
void uintptr_t_ptr_destroy (uintptr_t_ptr *p00_id)
 destroy the object that p00_id points to.
uintptr_t_ptruintptr_t_ptr_init (uintptr_t_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ullong_cptr_destroy (ullong_cptr *p00_id)
 destroy the object that p00_id points to.
ullong_cptrullong_cptr_init (ullong_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ullong_destroy (ullong *p00_id)
 destroy the object that p00_id points to.
ullongullong_init (ullong *p00_id)
 initialize the object that p00_id points to by 0.
void ullong_ptr_destroy (ullong_ptr *p00_id)
 destroy the object that p00_id points to.
ullong_ptrullong_ptr_init (ullong_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ulong_cptr_destroy (ulong_cptr *p00_id)
 destroy the object that p00_id points to.
ulong_cptrulong_cptr_init (ulong_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ulong_destroy (ulong *p00_id)
 destroy the object that p00_id points to.
ulongulong_init (ulong *p00_id)
 initialize the object that p00_id points to by 0.
void ulong_ptr_destroy (ulong_ptr *p00_id)
 destroy the object that p00_id points to.
ulong_ptrulong_ptr_init (ulong_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void unsigned_cptr_destroy (unsigned_cptr *p00_id)
 destroy the object that p00_id points to.
unsigned_cptrunsigned_cptr_init (unsigned_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void unsigned_destroy (unsigned *p00_id)
 destroy the object that p00_id points to.
unsignedunsigned_init (unsigned *p00_id)
 initialize the object that p00_id points to by 0.
void unsigned_ptr_destroy (unsigned_ptr *p00_id)
 destroy the object that p00_id points to.
unsigned_ptrunsigned_ptr_init (unsigned_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void ushort_cptr_destroy (ushort_cptr *p00_id)
 destroy the object that p00_id points to.
ushort_cptrushort_cptr_init (ushort_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void ushort_destroy (ushort *p00_id)
 destroy the object that p00_id points to.
ushortushort_init (ushort *p00_id)
 initialize the object that p00_id points to by 0.
void ushort_ptr_destroy (ushort_ptr *p00_id)
 destroy the object that p00_id points to.
ushort_ptrushort_ptr_init (ushort_ptr *p00_id)
 initialize the object that p00_id points to by 0.
void void_cptr_destroy (void_cptr *p00_id)
 destroy the object that p00_id points to.
void_cptrvoid_cptr_init (void_cptr *p00_id)
 initialize the object that p00_id points to by 0.
void void_ptr_destroy (void_ptr *p00_id)
 destroy the object that p00_id points to.
void_ptrvoid_ptr_init (void_ptr *p00_id)
 initialize the object that p00_id points to by 0.

Detailed Description

A bunch of types that are derived from the standard types.

This is not included by default in p99.h

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines