예제 #1
0
파일: gv.cpp 프로젝트: Goettsch/game-editor
Agedge_t *firstedge(Agraph_t *g)
{
    if (!g)
	return NULL;
    return firstout(g);
} 
예제 #2
0
Agedge_t *firstedge(Agraph_t *g)
{
    return firstout(g);
}