File nut/crt/strdup.c


Included Files


Global Function strdup()

char* strdup ( const char* str )
Prototyped in: nut/include/include2/string.h
Calls: malloc() nut/crt/malloc.c
  memcpy() nut/c/string/memcpy.c
  strlen() nut/c/string/strlen.c
Called by: putenv() nut/crt/putenv.c
  setenv() nut/crt/setenv.c