printf python read result

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 5279c8f36f
commit f655d2f801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1172,7 +1172,7 @@ else {
// FILE * file = popen(pythonStr, "r");
fputc('\n', file1);
fgets(cmdbuffer, 1000, file1);
// printf("result: %s\n", cmdbuffer);
printf("Python read Result: %s\n", cmdbuffer);
// pclose(file);
/**/
const char space[2] = " ";

Loading…
Cancel
Save

Powered by TurnKey Linux.