Example #1
0
Agedge_t *firstedge(Agraph_t *g)
{
    if (!g)
	return NULL;
    return firstout(g);
} 
Agedge_t *firstedge(Agraph_t *g)
{
    return firstout(g);
}