diff options
Diffstat (limited to 'src/kernel/lib/lib.h')
-rw-r--r-- | src/kernel/lib/lib.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kernel/lib/lib.h b/src/kernel/lib/lib.h index 0292cc3..03b4a3e 100644 --- a/src/kernel/lib/lib.h +++ b/src/kernel/lib/lib.h @@ -61,12 +61,4 @@ void *memory_set(void *dest, char val, size_t count); */ int memory_compare(const void *a_ptr, const void *b_ptr, size_t size); -/** - * Convert an int into a string - * @param i The integer which should be converted - * @param b The converted int as string - * @param base The desired base - */ -void *itoa(int i, char *b, int base); - #endif |