init c
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* test.h
|
||||
* Copyright (C) 2021 light <light@lightdeMBP>
|
||||
*
|
||||
* Distributed under terms of the MIT license.
|
||||
*/
|
||||
|
||||
#ifndef TEST_H
|
||||
#define TEST_H
|
||||
|
||||
|
||||
#include<math.h>
|
||||
|
||||
double get_sqrt(double var1);
|
||||
|
||||
|
||||
#endif /* !TEST_H */
|
||||
Reference in New Issue
Block a user