File: makeargv.h

package info (click to toggle)
vile 9.7ze-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,372 kB
  • ctags: 9,314
  • sloc: ansic: 95,840; lex: 11,395; sh: 3,416; perl: 3,200; cpp: 3,180; makefile: 982; awk: 271; sed: 14
file content (16 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * $Header: /usr/build/vile/vile/RCS/makeargv.h,v 1.3 2007/06/03 14:26:59 tom Exp $
 */

#ifdef __cplusplus
extern "C" {
#endif

extern int after_options(int /* argc */, char ** /* argv */);
extern int is_option(const char * /* param */);
extern int option_has_param(const char * /* option */);
extern int make_argv(const char * /* program */, const char * /*cmdline */, char *** /*argvp */, int * /*argcp */, char ** /*argend*/);

#ifdef __cplusplus
}
#endif