|
|
void testProccessArgs(int* ac, char***av)
|
|
void testProccessArgs(int* ac, char***av)
|
|
|
if(strcmp(argv[1], "--with-threads") == 0)
|
|
if(strcmp(argv[1], "--with-threads") == 0)
|
|
|
printf("number of threads is %s\n", argv[2]);
|
|
printf("number of threads is %s\n", argv[2]);
|