Home
last modified time | relevance | path

Searched refs:int_compare (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/wump/
H A Dwump.c109 static int int_compare(const void *, const void *);
562 sizeof(cave[i].tunnel[0]), int_compare); in cave_init()
701 int_compare(const void *va, const void *vb) in int_compare() function