Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
|
Go to the documentation of this file.
37 int iStriCmp(
const char* cpStrl,
const char* cpStrr);
51 abool bSum32(uint32_t uiL, uint32_t uiR, uint32_t* uipA);
uint_fast32_t aint
The APG parser's unsigned integer type.
Defines a pointer to an achar array plus its length. That is, a phrase as is often used by APG.
uintmax_t luint
luint is used to cast integers suitable for the %"PRIuMAX" printf format.
uint8_t abool
abool is the APG bool type.
Defines a pointer to an array of 32-bit unsigned integers plus its length. Typically needed by Unicod...
APG Version 7.0 is licensed under the
2-Clause BSD License,
an Open Source Initiative Approved License.