GS1 Barcode Syntax Tests reference
A reference to the AI component "linter" routines referred to by the GS1 Barcode Syntax Dictionary. Copyright (c) 2022-2024 GS1 AISBL.
lint_hhmm.c File Reference

Purpose

Not used.

Functional Description

◆ gs1_lint_hhmm()

GS1_SYNTAX_DICTIONARY_API DEPRECATED gs1_lint_err_t gs1_lint_hhmm ( const char *const  data,
size_t *const  err_pos,
size_t *const  err_len 
)

Not used.

Deprecated:
Function retained for API compatibility purposes only. Not longer referenced by the Syntax Dictionary.
Parameters
[in]dataNot used.
[out]err_posNot used.
[out]err_lenNot used.
Returns
GS1_LINTER_OK
47{
48 (void)data;
49 (void)err_pos;
50 (void)err_len;
52}
#define GS1_LINTER_RETURN_OK
Return from a linter indicating that no problem was detected with the given data.
Definition gs1syntaxdictionary-utils.h:47