How do I remove leading spaces from strings? My code
for(j=0; command[j]==' ';j++);
only seems to ignore them, when I printout the strings the spaces are still there.