diff options
Diffstat (limited to 'lib/uinttostr.c')
-rw-r--r-- | lib/uinttostr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/uinttostr.c b/lib/uinttostr.c deleted file mode 100644 index 52d288e..0000000 --- a/lib/uinttostr.c +++ /dev/null @@ -1,3 +0,0 @@ -#define inttostr uinttostr -#define inttype unsigned int -#include "inttostr.c" |