int i, k, m, n=0; //contadores i, k, m; operador n (n=1 -> comando de parada) short int sub = 0; //valor de substring positivo(1)/negativo(0) for(i=0; str[i]!='\0 ...
I need to convert a bunch of citations in a LaTeX document to a different format and BiBTeX is giving me hell with with it. So I am trying to put together a program that will do what I need.