This commit is contained in:
2008-08-23 01:06:35 +00:00
parent 713586d04a
commit b51b4bd524
6 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkginclude_HEADERS = mem.h chr.h str.h map.h rex.h sll.h dll.h
pkginclude_HEADERS = mem.h chr.h str.h map.h rex.h sll.h dll.h opt.h
pkgincludedir= $(includedir)/ase/cmn

View File

@ -4,8 +4,8 @@
* {License}
*/
#ifndef _ASE_UTL_GETOPT_H_
#define _ASE_UTL_GETOPT_H_
#ifndef _ASE_CMN_OPT_H_
#define _ASE_CMN_OPT_H_
#include <ase/types.h>
#include <ase/macros.h>
@ -44,12 +44,12 @@ extern "C" {
#endif
/*
* NAME Parse command line options
* NAME: parse command line options
*
* DESCRIPTION
* DESCRIPTION:
* TODO:
*
* RETURNS ASE_CHAR_EOF, XXXX.XXXX
* RETURNS: ASE_CHAR_EOF, XXXX.XXXX
*/
ase_cint_t ase_getopt (
int argc /* argument count */,