X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fstring-extras.h;h=d9ef2e0b6fbb1aa12ec522460183379f5024b4f1;hb=498cf95d73faff93a848d2c0ffec3987769670bb;hp=066b80439607cb3a354aaaa622841e41b7dcd0ba;hpb=4f19c43af8afeb3c569eb7b4aa15907832cf8e5c;p=arm-crypto-lib.git diff --git a/test_src/string-extras.h b/test_src/string-extras.h index 066b804..d9ef2e0 100644 --- a/test_src/string-extras.h +++ b/test_src/string-extras.h @@ -1,6 +1,6 @@ /* string-extras.h */ /* - This file is part of the ARM-Crypto-Lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -58,8 +58,6 @@ char* strstrip(char* str); void str_reverse(char* buffer); char* ultoa(unsigned long a, char* buffer, uint8_t radix); - char* ulltoa(unsigned long long a, char* buffer, uint8_t radix); - -char* ustoa(unsigned long a, char* buffer, uint8_t radix); +char* ustoa(unsigned short a, char* buffer, uint8_t radix); // void strlwr(char* s);