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 # inclu<strong>de</strong> <br />

2 # if<strong>de</strong>f USA_MENSAGEM<br />

3 void mostra ( void ) {<br />

4 printf (" MSG \n");<br />

5 printf ("Oi");<br />

6 }<br />

7 # else<br />

8 void mostra ( void ) {<br />

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

10 printf ("Oi");<br />

11 }<br />

12 # endif<br />

13 int main ( void ) {<br />

14 printf (" teste \n");<br />

15 mostra ();<br />

16 return (1) ;<br />

17 }<br />

✝ ✆<br />

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

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

Saved successfully!

Ooh no, something went wrong!