mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Moved backspace() & append()
This commit is contained in:
@ -13,6 +13,9 @@ extern "C"
|
||||
void swap(char *x, char *y);
|
||||
char *reverse(char *Buffer, int i, int j);
|
||||
|
||||
void backspace(char s[]);
|
||||
void append(char s[], char n);
|
||||
|
||||
int atoi(const char *String);
|
||||
double atof(const char *String);
|
||||
char *itoa(int Value, char *Buffer, int Base);
|
||||
|
Reference in New Issue
Block a user