X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fstring-extras.h;h=f43b2e6ccb8a9de38b0d14dd82d7a2a2e06597e7;hp=bdd45d84a0612ae7aa46157c12c95dfcab226488;hb=fb928c1c4c392b9e987631f84f1027af94e05beb;hpb=5f46191d2615ebe2caa6e111b478031a34f20b9e diff --git a/test_src/string-extras.h b/test_src/string-extras.h index bdd45d8..f43b2e6 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 AVR-Crypto-Lib. + This file is part of the ARM-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,7 @@ 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* utoa(unsigned a, char* buffer, uint8_t radix); +char* ustoa(unsigned short a, char* buffer, uint8_t radix); // void strlwr(char* s);