From d9443c7fdf756212bb52ffc934b1166038bc2ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 21 Apr 2021 12:23:54 +0200 Subject: Refactoring --- src/libc/string.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/libc/string.h (limited to 'src/libc/string.h') diff --git a/src/libc/string.h b/src/libc/string.h deleted file mode 100644 index c3d3614..0000000 --- a/src/libc/string.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef STRING_H -#define STRING_H - -/** - * Convert int to char - */ -void itoa(int i, char *a); - -#endif \ No newline at end of file -- cgit v1.2.3