NAME
BUFF_CONST_MQ_GET_TOKEN - (MACRO) Sets up call to const_match_quote_get_token
SYNOPSIS
#include "l/l_parse.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
size_t BUFF_CONST_MQ_GET_TOKEN
(
const char **input_pos_ptr,
char output_string[ ]
);
DESCRIPTION
This macro is the same as BUFF_MQ_GET_TOKEN() except that it should be used
when the argment is declared as (const char**). Choosing the appropriate
macro between these is prefered over casting.
| The macro BUFF_CONST_MQ_GET_TOKEN_OK expands to:
( BUFF_CONST_MQ_GET_TOKEN(...) != NO_MORE_TOKENS )
NOTE
The documentation for BUFF_GET_TOKEN has a short example of which
illustrates the general use of this grouup of parsing routines.
SEEALSO
get_token, const_get_token, gen_get_token, const_gen_get_token,
match_quote_get_token, const_match_quote_get_token,
gen_match_quote_get_token, const_gen_match_quote_get_token,
match_get_token, const_match_get_token, gen_match_get_token,
const_gen_match_get_token, gen_get_last_token
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
BUFF_GET_TOKEN
,
BUFF_CONST_GET_TOKEN
,
BUFF_MQ_GET_TOKEN
,
BUFF_MATCH_GET_TOKEN
,
BUFF_CONST_MATCH_GET_TOKEN
,
BUFF_GEN_GET_TOKEN
,
BUFF_CONST_GEN_GET_TOKEN
,
BUFF_GEN_MQ_GET_TOKEN
,
BUFF_CONST_GEN_MQ_GET_TOKEN
,
BUFF_GEN_MATCH_GET_TOKEN
,
BUFF_CONST_GEN_MATCH_GET_TOKEN
,
BUFF_GEN_GET_LAST_TOKEN