Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

telnet-s_shell.h/telnet-s_shell.c

Prototype

Code Block
void  TELNETsShell_Init (CPU_CHAR              *user_name,
                         CPU_CHAR              *password);


Arguments

user_name

Pointer to a string describing the login username.

...