utopiabound / grpn

GTK+ reverse polish notation calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert argument processing to getopt_long

utopiabound opened this issue · comments

Currently main() processes arguments manually. This should be simplified to use getopt_long().