From f21ab0d79594c23ead5b98a31ad6b6fb82d8b88a Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 18 May 2022 09:57:06 +0200 Subject: Rewrite: change cli arguments handling --- src/driving.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/driving.h (limited to 'src/driving.h') 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 double g_test( int kx, int ky); + +#endif -- cgit v1.2.3-54-g00ecf