我在 C 中的 system() 函数中的反引号(似乎)有问题。这是我的要求:
snprintf (check_cmd, sizeof (check_cmd), "[ $(echo -n '%.*s' | cksum | cut -d' ' -f1) -eq %" PRIu32 " ]", (cfi_sys_int)data_array[i].size, data_array[i].bytes, crc_32 );
system (check_cmd);
我检查了 snprintf 和 system() 返回值的值,但它没有返回好的值