Add a test for revwalk

This commit is contained in:
Carlos Martín Nieto
2013-04-10 19:08:05 +02:00
parent 7a1a079a5a
commit d0034b1142
4 changed files with 42 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ typedef struct {
ERL_NIF_TERM toposort;
ERL_NIF_TERM timesort;
ERL_NIF_TERM reversesort;
ERL_NIF_TERM iterover;
} geef_atoms;
extern geef_atoms atoms;