#ifndef DRIVING_H #define DRIVING_H int g_zero(_Complex double* g, int K1, int K2); int g_test(_Complex double* g, int K1, int K2); #endif