• StrNlen()
    Hi, I saw there's some C library extensions in Keil MDK. There's missing one very useful function that is a gnu extension : Synopsis #include <string.h> size_t strnlen(const char *s...
  • StrNlen()
    Hi, I saw there's some C library extensions in Keil MDK. There's missing one very useful function that is a gnu extension : Synopsis #include <string.h> size_t strnlen(const char *s...
  • Using 'strnlen' or 'strnlen_s' with MDK AC6
    Hi, I tried to use 'strnlen' or 'strnlen_s' in MDK, no matter what 'Language C' standard I choose, the compiler throws " warning: implicit declaration of function 'strnlen_s' is invalid in C99 [-Wimplicit...
  • Using 'strnlen' or 'strnlen_s' with MDK AC6
    Hi, I tried to use 'strnlen' or 'strnlen_s' in MDK, no matter what 'Language C' standard I choose, the compiler throws " warning: implicit declaration of function 'strnlen_s' is invalid in C99 [-Wimplicit...
  • Problem with GCC and string.h and stdlib
    Note: This was originally posted on 8th October 2008 at http://forums.arm.com Hi everyone, i have following trouble with keil arm gnu compiler. i have recently moved to gnu and now i am having hard time...