Re: C'

Jon <[email protected]>
Newsgroups gmane.org.ballistichelmet.lambda
Message-ID <[email protected]>

dvanhorn wrote:

> int is_factor(int y, int x) {
>   ((y == 0) || ((x % y) == 0));
> }

shouldn't it be:

return ((y==0) || ((x % y) == 0));
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.