My Project
Functions
main.c File Reference

Driver to test functions of number_detective.c (do not modify) More...

#include "logic.h"

Functions

int main (int argc, char *argv[])
 

Detailed Description

This is a driver program ... fill this in

Author
... fill this in
Date
... fill this in

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Entry point of the program

Parameters
argccount of arguments, will always be at least 1
argvarray of parameters to program argv[0] is the name of the program, so additional parameters will begin at index 1

If one of the test cases fail then the program will assert.

Returns
0 the Linux convention for success.