tags:

views:

5

answers:

0

can you please tell me how to read command line arguements for example :

conf_load -p 1 -l 80 78 67 98

-l followed by four decimal integer value to be read via command line arguement using getopt() . Can some one help regarding this