This will make it global storage with local scope. (It will remember previous values. It will be initialized globally not locally.)
Code:
int main() {// ..static char argv[MAX_ARGC][MAX_ARGV_LEN] = {0};//..}
Statistics: Posted by dthacher — Thu Feb 08, 2024 8:14 am