Add prototype.
This commit is contained in:
parent
05338b58ce
commit
0ff469d38d
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
|||
#undef PROG
|
||||
#define PROG prime_main
|
||||
|
||||
int MAIN(int, char **);
|
||||
|
||||
int MAIN(int argc, char **argv)
|
||||
{
|
||||
int hex=0;
|
||||
|
|
Loading…
Reference in a new issue