interface.c: new file to build a parser for the command line options
commit39872558bc88d74f8f1386939ba36a87193da95e
authorG.raud <graud@gmx.com>
Sat, 22 Jun 2013 07:39:55 +0000 (22 09:39 +0200)
committerG.raud <graud@gmx.com>
Sun, 7 Jul 2013 06:48:46 +0000 (7 08:48 +0200)
tree29a1a24016d74829af158065c9f7fcda082fe8cb
parente6607799673817a4e25f85fd7cf5dcd10307090b
interface.c: new file to build a parser for the command line options

require the interface sourcing 'interface.c' to define some string macros
(PROGRAM_NAME)

define string macros (PACKAGE_NAME)

provide a function returning a GOption context for a main interface program to
parse the command line
- the context contains the options of the control interface defined in
  control.c
interface.c [new file with mode: 0644]