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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

✞<br />

1 // MENU .C<br />

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

3 # inclu<strong>de</strong> " menu .h"<br />

4<br />

5 void mostra_menu ( char st [] )<br />

6 {<br />

7 printf (" ************************************** \n");<br />

8 escreve_centralizado (st , 40) ;<br />

9 printf (" ************************************** \n\n");<br />

10 }<br />

✝ ✆<br />

Código:menu.c<br />

✞<br />

1 // MENU .H<br />

2 # ifn<strong>de</strong>f _MENU_<br />

3 # <strong>de</strong>fine _MENU_<br />

4 # inclu<strong>de</strong> <br />

5<br />

6 void mostra_menu ( char st [] );<br />

7<br />

8 # endif<br />

✝ ✆<br />

Código:menu.h<br />

(<strong>Bibliotecas</strong>) 9 / 18

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

Saved successfully!

Ooh no, something went wrong!