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 char const * char_cptr
 a const pointer to char
typedef char * char_ptr
 a pointer to char
typedef double const * double_cptr
 a const pointer to double
typedef doubledouble_ptr
 a pointer to double
typedef float const * float_cptr
 a const pointer to float
typedef float * float_ptr
 a pointer to float
typedef int16_t const * int16_t_cptr
 a const pointer to int16_t
typedef int16_t * int16_t_ptr
 a pointer to int16_t
typedef int32_t const * int32_t_cptr
 a const pointer to int32_t
typedef int32_t * int32_t_ptr
 a pointer to int32_t
typedef int64_t const * int64_t_cptr
 a const pointer to int64_t
typedef int64_t * int64_t_ptr
 a pointer to int64_t
typedef int8_t const * int8_t_cptr
 a const pointer to int8_t
typedef int8_t * int8_t_ptr
 a pointer to int8_t
typedef int const * int_cptr
 a const pointer to int
typedef int * int_ptr
 a pointer to int
typedef intmax_t const * intmax_t_cptr
 a const pointer to intmax_t
typedef intmax_t * intmax_t_ptr
 a pointer to intmax_t
typedef intptr_t const * intptr_t_cptr
 a const pointer to intptr_t
typedef intptr_t * intptr_t_ptr
 a pointer to intptr_t
typedef llong const * llong_cptr
 a const pointer to llong
typedef llongllong_ptr
 a pointer to llong
typedef long const * long_cptr
 a const pointer to long
typedef longlong_ptr
 a pointer to long
typedef ptrdiff_t const * ptrdiff_t_cptr
 a const pointer to ptrdiff_t
typedef ptrdiff_tptrdiff_t_ptr
 a pointer to ptrdiff_t
typedef schar const * schar_cptr
 a const pointer to schar
typedef scharschar_ptr
 a pointer to schar
typedef short const * short_cptr
 a const pointer to short
typedef short * short_ptr
 a pointer to short
typedef signed const * signed_cptr
 a const pointer to signed
typedef signed * signed_ptr
 a pointer to signed
typedef sint const * sint_cptr
 a const pointer to sint
typedef sintsint_ptr
 a pointer to sint
typedef size_t const * size_t_cptr
 a const pointer to size_t
typedef size_t * size_t_ptr
 a pointer to size_t
typedef sllong const * sllong_cptr
 a const pointer to sllong
typedef sllongsllong_ptr
 a pointer to sllong
typedef slong const * slong_cptr
 a const pointer to slong
typedef slongslong_ptr
 a pointer to slong
typedef sshort const * sshort_cptr
 a const pointer to sshort
typedef sshortsshort_ptr
 a pointer to sshort
typedef ssize_t const * ssize_t_cptr
 a const pointer to ssize_t
typedef ssize_t * ssize_t_ptr
 a pointer to ssize_t
typedef uchar const * uchar_cptr
 a const pointer to uchar
typedef ucharuchar_ptr
 a pointer to uchar
typedef uint16_t const * uint16_t_cptr
 a const pointer to uint16_t
typedef uint16_t * uint16_t_ptr
 a pointer to uint16_t
typedef uint32_t const * uint32_t_cptr
 a const pointer to uint32_t
typedef uint32_t * uint32_t_ptr
 a pointer to uint32_t
typedef uint64_t const * uint64_t_cptr
 a const pointer to uint64_t
typedef uint64_t * uint64_t_ptr
 a pointer to uint64_t
typedef uint8_t const * uint8_t_cptr
 a const pointer to uint8_t
typedef uint8_t * uint8_t_ptr
 a pointer to uint8_t
typedef uint const * uint_cptr
 a const pointer to uint
typedef uintuint_ptr
 a pointer to uint
typedef uintmax_t const * uintmax_t_cptr
 a const pointer to uintmax_t
typedef uintmax_tuintmax_t_ptr
 a pointer to uintmax_t
typedef uintptr_t const * uintptr_t_cptr
 a const pointer to uintptr_t
typedef uintptr_t * uintptr_t_ptr
 a pointer to uintptr_t
typedef ullong const * ullong_cptr
 a const pointer to ullong
typedef ullongullong_ptr
 a pointer to ullong
typedef ulong const * ulong_cptr
 a const pointer to ulong
typedef ulongulong_ptr
 a pointer to ulong
typedef unsigned const * unsigned_cptr
 a const pointer to unsigned
typedef unsigned * unsigned_ptr
 a pointer to unsigned
typedef ushort const * ushort_cptr
 a const pointer to ushort
typedef ushortushort_ptr
 a pointer to ushort
typedef void const * void_cptr
 a const pointer to void
typedef void * void_ptr
 a pointer to void

Functions

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.
char * char_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 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.
float * float_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.
int * int_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 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.
 P99_MACRO_END (P99_PLAIN_TYPE, void_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, void_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, double)
 P99_MACRO_END (P99_PLAIN_TYPE, double_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, double_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, float)
 P99_MACRO_END (P99_PLAIN_TYPE, float_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, float_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ullong_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ullong)
 P99_MACRO_END (P99_PLAIN_TYPE, ullong_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, sllong)
 P99_MACRO_END (P99_PLAIN_TYPE, sllong_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, sllong_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, llong)
 P99_MACRO_END (P99_PLAIN_TYPE, llong_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, llong_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ulong)
 P99_MACRO_END (P99_PLAIN_TYPE, ulong_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ulong_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, slong_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, slong_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, slong)
 P99_MACRO_END (P99_PLAIN_TYPE, long)
 P99_MACRO_END (P99_PLAIN_TYPE, long_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, long_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint)
 P99_MACRO_END (P99_PLAIN_TYPE, uint_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, sint)
 P99_MACRO_END (P99_PLAIN_TYPE, sint_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, sint_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int)
 P99_MACRO_END (P99_PLAIN_TYPE, int_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ushort)
 P99_MACRO_END (P99_PLAIN_TYPE, ushort_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ushort_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, short)
 P99_MACRO_END (P99_PLAIN_TYPE, short_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, short_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uchar_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uchar_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uchar)
 P99_MACRO_END (P99_PLAIN_TYPE, schar)
 P99_MACRO_END (P99_PLAIN_TYPE, schar_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, schar_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, char)
 P99_MACRO_END (P99_PLAIN_TYPE, char_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, char_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, unsigned)
 P99_MACRO_END (P99_PLAIN_TYPE, unsigned_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, unsigned_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, signed)
 P99_MACRO_END (P99_PLAIN_TYPE, signed_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, signed_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, size_t)
 P99_MACRO_END (P99_PLAIN_TYPE, size_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, size_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ssize_t)
 P99_MACRO_END (P99_PLAIN_TYPE, ssize_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ssize_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, intmax_t)
 P99_MACRO_END (P99_PLAIN_TYPE, intmax_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, intmax_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uintmax_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uintmax_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uintmax_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, intptr_t)
 P99_MACRO_END (P99_PLAIN_TYPE, intptr_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, intptr_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uintptr_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uintptr_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uintptr_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ptrdiff_t)
 P99_MACRO_END (P99_PLAIN_TYPE, ptrdiff_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, ptrdiff_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int8_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int8_t)
 P99_MACRO_END (P99_PLAIN_TYPE, int8_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint8_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uint8_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint8_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int16_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int16_t)
 P99_MACRO_END (P99_PLAIN_TYPE, int16_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint16_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uint16_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint16_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int32_t)
 P99_MACRO_END (P99_PLAIN_TYPE, int32_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int32_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint32_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uint32_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint32_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int64_t_cptr)
 P99_MACRO_END (P99_PLAIN_TYPE, int64_t)
 P99_MACRO_END (P99_PLAIN_TYPE, int64_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint64_t)
 P99_MACRO_END (P99_PLAIN_TYPE, uint64_t_ptr)
 P99_MACRO_END (P99_PLAIN_TYPE, uint64_t_cptr)
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.
short * short_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.
unsigned * unsigned_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