}
Agedge_t *firstout(Agedge_t *e)
-{ return NULL; }
+{
+ return NULL;
+}
Agedge_t *nextout(Agedge_t *e, Agedge_t *ee)
-{ return NULL; }
+{
+ return NULL;
+}
Agedge_t *firstout(Agnode_t *n)
{
}
Agedge_t *firstin(Agedge_t *e)
-{ return NULL; }
+{
+ return NULL;
+}
Agedge_t *nextin(Agedge_t *e, Agedge_t *ee)
-{ return NULL; }
+{
+ return NULL;
+}
Agedge_t *firstin(Agnode_t *n)
{
}
Agnode_t *first(Agnode_t *n)
-{ return NULL; }
+{
+ return NULL;
+}
Agnode_t *next(Agnode_t *n, Agnode_t *nn)
-{ return NULL; }
+{
+ return NULL;
+}
void rm(Agraph_t *g)
{