if(1) { char * tmp = rt_malloc(RT_CONSOLEBUF_SIZE); const char *print_str = input; if(tmp) { int total_len = strlen(print_str); int copy_len = RT_CONSOLEBUF_SIZE - 1; rt_kprintf("long print: "); tmp[copy_len] = '