|
P99
|
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 | |
| |
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 double * | double_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 llong * | llong_ptr |
a pointer to llong | |
| typedef long const * | long_cptr |
a const pointer to long | |
| typedef long * | long_ptr |
a pointer to long | |
| typedef ptrdiff_t const * | ptrdiff_t_cptr |
a const pointer to ptrdiff_t | |
| typedef ptrdiff_t * | ptrdiff_t_ptr |
a pointer to ptrdiff_t | |
| typedef schar const * | schar_cptr |
a const pointer to schar | |
| typedef schar * | schar_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 sint * | sint_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 sllong * | sllong_ptr |
a pointer to sllong | |
| typedef slong const * | slong_cptr |
a const pointer to slong | |
| typedef slong * | slong_ptr |
a pointer to slong | |
| typedef sshort const * | sshort_cptr |
a const pointer to sshort | |
| typedef sshort * | sshort_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 uchar * | uchar_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 uint * | uint_ptr |
a pointer to uint | |
| typedef uintmax_t const * | uintmax_t_cptr |
a const pointer to uintmax_t | |
| typedef uintmax_t * | uintmax_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 ullong * | ullong_ptr |
a pointer to ullong | |
| typedef ulong const * | ulong_cptr |
a const pointer to ulong | |
| typedef ulong * | ulong_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 ushort * | ushort_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_cptr * | char_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_ptr * | char_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_cptr * | double_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. | |
| double * | double_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_ptr * | double_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_cptr * | float_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_ptr * | float_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_cptr * | int16_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_ptr * | int16_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_cptr * | int32_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_ptr * | int32_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_cptr * | int64_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_ptr * | int64_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_cptr * | int8_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_ptr * | int8_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_cptr * | int_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_ptr * | int_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_cptr * | intmax_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_ptr * | intmax_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_cptr * | intptr_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_ptr * | intptr_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_cptr * | llong_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. | |
| llong * | llong_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_ptr * | llong_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_cptr * | long_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. | |
| long * | long_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_ptr * | long_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_cptr * | ptrdiff_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_t * | ptrdiff_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_ptr * | ptrdiff_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_cptr * | schar_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. | |
| schar * | schar_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_ptr * | schar_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_cptr * | short_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_ptr * | short_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_cptr * | signed_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_ptr * | signed_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_cptr * | sint_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. | |
| sint * | sint_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_ptr * | sint_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_cptr * | size_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_ptr * | size_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_cptr * | sllong_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. | |
| sllong * | sllong_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_ptr * | sllong_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_cptr * | slong_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. | |
| slong * | slong_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_ptr * | slong_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_cptr * | ssize_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_ptr * | ssize_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_cptr * | uchar_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. | |
| uchar * | uchar_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_ptr * | uchar_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_cptr * | uint16_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_ptr * | uint16_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_cptr * | uint32_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_ptr * | uint32_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_cptr * | uint64_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_ptr * | uint64_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_cptr * | uint8_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_ptr * | uint8_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_cptr * | uint_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. | |
| uint * | uint_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_ptr * | uint_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_cptr * | uintmax_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_t * | uintmax_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_ptr * | uintmax_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_cptr * | uintptr_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_ptr * | uintptr_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_cptr * | ullong_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. | |
| ullong * | ullong_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_ptr * | ullong_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_cptr * | ulong_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. | |
| ulong * | ulong_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_ptr * | ulong_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_cptr * | unsigned_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_ptr * | unsigned_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_cptr * | ushort_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. | |
| ushort * | ushort_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_ptr * | ushort_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_cptr * | void_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_ptr * | void_ptr_init (void_ptr *p00_id) |
| initialize the object that p00_id points to by 0. | |
A bunch of types that are derived from the standard types.
This is not included by default in p99.h
1.7.6.1