13.12.2012 Views

Algoritmos e Estruturas de dados - Bibliotecas - UTFPR

Algoritmos e Estruturas de dados - Bibliotecas - UTFPR

Algoritmos e Estruturas de dados - Bibliotecas - UTFPR

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

✞<br />

1 // MOSTRA .C<br />

2 # inclu<strong>de</strong> " mostra .h"<br />

3 void escreve_centralizado ( char palavra [] , int tamanho_maximo ) {<br />

4 int x, y;<br />

5 x= strlen ( palavra );<br />

6 x = ( tamanho_maximo -x) /2;<br />

7<br />

8 for (y =1;y

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!