finished test of itoa

This commit is contained in:
prozessorkern
2019-06-27 22:56:03 +02:00
parent 175bb7bafb
commit bafc178caf
3 changed files with 48 additions and 7 deletions

View File

@@ -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)
{