mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added sqrtf
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
#define NAN (__builtin_nanf(""))
|
||||
|
||||
int isdigit(int c);
|
||||
int isspace(int c);
|
||||
int isempty(char *str);
|
||||
@ -15,6 +17,8 @@ extern "C"
|
||||
void swap(char *x, char *y);
|
||||
char *reverse(char *Buffer, int i, int j);
|
||||
|
||||
float sqrtf(float x);
|
||||
|
||||
void backspace(char s[]);
|
||||
void append(char s[], char n);
|
||||
|
||||
|
Reference in New Issue
Block a user