argv (the argument vector) is an array of pointers to NULL-terminated character strings representing the command line arguments passed to a program’s main function.
int main(int argc, char *argv[], char *envp[]) { ... }
https://www.ibm.com/docs/de/i/7.4?topic=functions-main-function