pseudoberries random thoughts about life, hacking and open source

isprime

isprime is a C program which will determine whether a number is prime or not.

Installation

Compile with:
gcc -Wall -ansi -lm isprime.c -o isprime

Usage

./isprime [-s] NUMBER

Type ./isprime -h for help.

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.