Added to a comment.
This commit is contained in:
parent
165213a1ad
commit
0e63f6af23
@ -30,7 +30,7 @@ void printAllCopyright();
|
|||||||
void printWarranty();
|
void printWarranty();
|
||||||
/* Function prototypes end */
|
/* Function prototypes end */
|
||||||
|
|
||||||
// Main function
|
// Main function:
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
// If inappropriate number of arguments
|
// If inappropriate number of arguments
|
||||||
if(argc < 2 || argc > 3) { // If inappropriate number of arguments (number required = 2)
|
if(argc < 2 || argc > 3) { // If inappropriate number of arguments (number required = 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user