Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by joko, Fri May 12 18:41:34 2006 UTC | revision 1.2 by joko, Fri May 12 18:44:17 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #include <stdio.h> | #include <stdio.h> |
| #include <math.h> | ||
| 2 | #define PRINTPRIME(x) if(prime(x)) printf("%i\n", x) | #define PRINTPRIME(x) if(prime(x)) printf("%i\n", x) |
| 3 | int prime(int number) | int prime(int number) |
| 4 | { | { |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |