/* How to access command line arguments in C Lin Jensen 27 September 2006 */ int main(int argc, char * argv[]) { /* get command line arguments, if any */ int i; for (i=0; i