printf专题 橘子猪 2021-07-22 255 阅读1分钟 把int ret返回值打印出来 int ret = -1; ret = mk_recorder_start(1, "192.168.0.67:554","user=admin&password=&channel=0&stream=1.sdp?", "real_stream", "./"); printf("ret is %d \n", ret);