Ejemplo n.º 1
0
Agedge_t *firstedge(Agraph_t *g)
{
    if (!g)
	return NULL;
    return firstout(g);
} 
Ejemplo n.º 2
0
Agedge_t *firstedge(Agraph_t *g)
{
    return firstout(g);
}