summaryrefslogtreecommitdiff
path: root/graph-checker/nauty/geng.h
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-03-31 18:36:27 +0500
committerAndrew Guschin <guschin@altlinux.org>2024-03-31 18:36:27 +0500
commitf7aa97e10a2fbddb76e1893b7deb193ad56e7192 (patch)
treedab29cd1166edee5c096bdfc45d1c6ab509107f8 /graph-checker/nauty/geng.h
parentb294692a8251eb9c4ea8f3e78651d88fc6efd792 (diff)
latest version
Diffstat (limited to 'graph-checker/nauty/geng.h')
-rw-r--r--graph-checker/nauty/geng.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graph-checker/nauty/geng.h b/graph-checker/nauty/geng.h
new file mode 100644
index 0000000..18ff082
--- /dev/null
+++ b/graph-checker/nauty/geng.h
@@ -0,0 +1,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