Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <ian@jauslin.org>2022-05-18 09:57:06 +0200
committerIan Jauslin <ian@jauslin.org>2022-05-18 09:57:06 +0200
commitf21ab0d79594c23ead5b98a31ad6b6fb82d8b88a (patch)
treebca0d5fbe7f3dc5c8c049f162c200fb086246194 /src/driving.h
parentc32c52c94ab393f970e2e0a1289ae22e7ca08c9c (diff)
Rewrite: change cli arguments handling
Diffstat (limited to 'src/driving.h')
-rw-r--r--src/driving.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driving.h b/src/driving.h
new file mode 100644
index 0000000..cf2f3de
--- /dev/null
+++ b/src/driving.h
@@ -0,0 +1,8 @@
+#ifndef DRIVING_H
+#define DRIVING_H
+
+#include <complex.h>
+
+_Complex double g_test( int kx, int ky);
+
+#endif