#include "unify.h"
int Create_Event(void);
Create_Event(3) returns an event counter identifier for a newly
created event counter. The initial count of the event counter is 0.
On successful creation Create_Event(3) returns an event
counter identifier which is greater than or equal to 0. Otherwise,
it returns -1.
An error can occur if not enough resources are currently available.