X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fstring-extras.h;h=f43b2e6ccb8a9de38b0d14dd82d7a2a2e06597e7;hb=1cdc772d04bae747c339badaa99f6132eedbcd2f;hp=d9ef2e0b6fbb1aa12ec522460183379f5024b4f1;hpb=498cf95d73faff93a848d2c0ffec3987769670bb;p=arm-crypto-lib.git diff --git a/test_src/string-extras.h b/test_src/string-extras.h index d9ef2e0..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 @@ -59,5 +59,6 @@ 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* utoa(unsigned a, char* buffer, uint8_t radix); char* ustoa(unsigned short a, char* buffer, uint8_t radix); // void strlwr(char* s);