finished test of itoa
This commit is contained in:
@@ -89,14 +89,14 @@ shellmatta_retCode_t writeFct(const char* data, uint32_t length)
|
||||
int main(void)
|
||||
{
|
||||
static char buffer[1024];
|
||||
static char historyBuffer[0];
|
||||
static char historyBuffer[4096];
|
||||
static shellmatta_instance_t instance;
|
||||
|
||||
// initscr();
|
||||
// raw();
|
||||
// keypad(stdscr, TRUE);
|
||||
// noecho();
|
||||
f = open("/dev/pts/5", O_RDWR | O_SYNC);
|
||||
f = open("/dev/pts/1", O_RDWR | O_SYNC);
|
||||
|
||||
if (f < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user