enhancing test programs
This commit is contained in:
@ -43,19 +43,18 @@ struct ase_opt_t
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* NAME: parse command line options
|
||||
/****f* ase.cmn.opt/ase_getopt
|
||||
* NAME
|
||||
* ase_getopt - parse command line options
|
||||
*
|
||||
* DESCRIPTION:
|
||||
* TODO:
|
||||
*
|
||||
* RETURNS: ASE_CHAR_EOF, XXXX.XXXX
|
||||
* SYNOPSIS
|
||||
*/
|
||||
ase_cint_t ase_getopt (
|
||||
int argc /* argument count */,
|
||||
ase_char_t* const* argv /* argument array */,
|
||||
ase_opt_t* opt /* option configuration */
|
||||
int argc /* argument count */,
|
||||
ase_char_t* const* argv /* argument array */,
|
||||
ase_opt_t* opt /* option configuration */
|
||||
);
|
||||
/******/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: types.h 402 2008-09-29 10:36:21Z baconevi $
|
||||
* $Id: types.h 403 2008-09-29 11:07:47Z baconevi $
|
||||
*
|
||||
* {License}
|
||||
*/
|
||||
@ -7,7 +7,7 @@
|
||||
#ifndef _ASE_TYPES_H_
|
||||
#define _ASE_TYPES_H_
|
||||
|
||||
/****o* ase.cmn.map/basic types
|
||||
/****o* ase/basic types
|
||||
* DESCRIPTION
|
||||
* <ase/types.h> defines various common basic types. They are designed to be
|
||||
* cross-platform. These types are preferred over native data types in many
|
||||
|
Reference in New Issue
Block a user