File nut/crt/putenv.c


Included Files


Global Function putenv()

int putenv ( const char* string )
Prototyped in: nut/include/sys/environ.h
Calls: free() nut/crt/malloc.c
  strchr() nut/c/string/strchr.c
  strdup() nut/c/string/strdup.c
  setenv()