X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fstring-extras.h;h=04aa707e5130a83eddb51ee0168732b559ca785e;hb=262edc3c040a073636f91af03f1b64030c5b1b31;hp=bdd45d84a0612ae7aa46157c12c95dfcab226488;hpb=5f46191d2615ebe2caa6e111b478031a34f20b9e;p=arm-crypto-lib.git diff --git a/test_src/string-extras.h b/test_src/string-extras.h index bdd45d8..04aa707 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,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);