Go to the source code of this file.
Defines | |
#define | OUTPUT |
#define | BOTH |
Typedefs | |
typedef void(* | VOID_FUNCTION_POINTER )(void) |
typedef void(* | VOID_FUNCTION_VOIDP_POINTER )(void *) |
typedef int(* | INT_FUNCTION_POINTER )(void) |
typedef int(* | INT_FUNCTION_VOIDP_VOIDP_POINTER )(void *, void *) |
typedef int(* | INT_FUNCTION_CHARP_VOIDP_POINTER )(char *, void *) |
typedef double(* | DOUBLE_FUNCTION_POINTER )(void) |
typedef void *(* | VOID_FUNCTION_CHARP_INT_POINTER )(char *, int) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|