extended code to advanced input functionality
This commit is contained in:
parent
0fc6c74996
commit
97baad76c5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void main () {
|
||||
int main () {
|
||||
|
||||
// array declaration
|
||||
char *strings[5];
|
||||
|
@ -73,4 +73,5 @@ void main () {
|
|||
printf("THE SYSTEM ENCOUNTERED AN ERROR. Please try again later or debug the code. \n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue