Synopsis
NB_INLINE nb_boolean_t  NB_INLINE nb_boolean_t nb_check_optional_token(int token);

If the token pointed to by the token pointer matches token, the token pointer is advanced and this function returns TRUE.

If the token isn't matched, the token pointer is unchanged and this function returns FALSE.