Searched refs:thestr (Results 1 – 1 of 1) sorted by relevance
77 static const char thestr[] = "everything is awesome\n"; variable97 for (i = 0; i < strlen(thestr) && rc == 0; i++) { in main()98 rc = ipm_send(ipm, 1, thestr[i], NULL, 0); in main()