RTEMS CPU Kit with SuperCore
|
#include <stdio.h>
#include <time.h>
#include <rtems.h>
#include <rtems/error.h>
#include <rtems/libio.h>
#include <rtems/libio_.h>
#include <rtems/system.h>
#include <rtems/shell.h>
#include "internal.h"
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
#include <pwd.h>
Functions | |
void | rtems_shell_get_prompt (rtems_shell_env_t *shell_env, char *prompt, size_t size) |
This method dynamically builds the command line prompt string and places it in prompt. More... | |
void rtems_shell_get_prompt | ( | rtems_shell_env_t * | shell_env, |
char * | prompt, | ||
size_t | size | ||
) |
This method dynamically builds the command line prompt string and places it in prompt.
[in] | shell_env | is the shell execution environment |
[in] | prompt | is a pointer to a string buffer area |
[in] | size | is length of the prompt buffer area |