I'm trying to make an if statement that can identify a string with >command plus a random number
ex: >command 212
ex: >command 212
if (!strcmp(pdata->str, ">command 257")) { function(pdata->str); return 0; }