#include "unify.h"
int Advance(int event_id);
Advance(3) increments the event counter associated with
event_id.
Advance(3) returns the number of advances done by that host for event_id upon successful completion.
Otherwise, a value of -1 is returned.
An error may occur if event_id is invalid.