/* * test.h * Copyright (C) 2021 light * * Distributed under terms of the MIT license. */ #ifndef TEST_H #define TEST_H #include double get_sqrt(double var1); #endif /* !TEST_H */