File: cccpara2.h

package info (click to toggle)
cdcover 0.9.1-8
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 344 kB
  • ctags: 334
  • sloc: cpp: 2,637; makefile: 124
file content (17 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de   */
#ifndef cccpara2_H
#define cccpara2_H

char * cccpara2V[]=
{
{"-h"},
{"--help"},
{"-i"},
{"--interactive"},
{""}
};

int cccpara2C=4;


#endif