03.11.2014 Views

slides06-Blokovska struktura.pdf - FESB

slides06-Blokovska struktura.pdf - FESB

slides06-Blokovska struktura.pdf - FESB

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.

* Datoteka1: count.cpp */<br />

/* Datoteka2: countmain.cpp */<br />

#include <br />

int count=0;<br />

incr_count(int mod)<br />

{<br />

count++;<br />

if(count >= mod)<br />

count = 0;<br />

}<br />

extern int count;<br />

void incr_count(int mod);<br />

int main(void)<br />

{<br />

int i,mod=3;<br />

for(i=0; i

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

Saved successfully!

Ooh no, something went wrong!