VOID
Data Type : Standard
VOID - Null or default data type.
#include <global.h>
Definition :
#define VOID void
Description :
Used for one of the following:
- 1. A function return type for a function that doesn't return a value;
2. A function argument type-list for a function that takes no arguments;
3. A pointer to an unspecified type.