Page 1 of 1

c programmers

Posted: Wed Feb 13, 2013 5:07 am
by royce
Any C programmers willing to comment a few C files?
Royce

Re: c programmers

Posted: Wed Feb 13, 2013 10:54 am
by SoUrcerer
What files?

Re: c programmers

Posted: Wed Feb 13, 2013 2:10 pm
by royce
NetSurf
Royce

Re: c programmers

Posted: Wed Feb 13, 2013 2:18 pm
by SoUrcerer
What about NetSurf?

Re: c programmers

Posted: Wed Feb 13, 2013 2:49 pm
by royce
Some files that need commenting
Royce

Re: c programmers

Posted: Wed Feb 13, 2013 2:57 pm
by SoUrcerer
Sorry, I don't understand. I build Netsurf few times for linux target, but still can't build it for Kolibri because of extra dependencies - as for now, it libcurl. May be after libcurl port we'll be able to compile it for Kolibri. But what comments do you need?

Re: c programmers

Posted: Wed Feb 13, 2013 5:25 pm
by lev
do you mean:
was: counter++;
became: counter++; //counter variable was incremented
?

Re: c programmers

Posted: Wed Feb 13, 2013 6:35 pm
by SoUrcerer
What are you talking about, guys?

Re: c programmers

Posted: Thu Feb 14, 2013 2:10 am
by royce
There are some of the files that need some of the functions commented as to what they
are doing. I am not a c programmer so having trouble seeing what they are supposed to be doing.
Royce