Added to a comment.
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user