summaryrefslogtreecommitdiff
path: root/graph-checker/nauty/geng.h
blob: 18ff0823dded086c3b2338018e39a61b3e15bf03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GENG_H
#define GENG_H

#include <stdint.h>

void
geng_main(
    int argc,
    uint32_t argv1, uint32_t argv2,
    uint32_t iter1, uint32_t iter2
);

#endif // GENG_H