enhancing test programs

This commit is contained in:
2008-09-30 05:07:47 +00:00
parent b9cae82a1d
commit 5fd42fbb99
3 changed files with 55 additions and 25 deletions

View File

@ -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
}

View File

@ -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