Returns: | |||
_ NULL | : if no memory was available | ||
else a new Void object. |
Errors: | |||
_ EINVAL | : if a NULL Void was passed as argument | ||
_ ENOMEM | : if no memory was available |
Note: | |||
A Void object retains no individual information. It is simply an undefined object. | |||
As such, no Copy and Clone methods are needed. Note that the numeric identifier | |||
for a Void object is 0, to provide a simple default object type. |
Args: | |||
_ vd | : Void object to free |