/* * SPDX-FileCopyrightText: 2023 jordi fita mas * * SPDX-License-Identifier: PostgreSQL */ #ifndef VAT_ES_H #define VAT_ES_H 1 #include #ifdef __cplusplus extern "C" { #endif char * check_es_vat(const char *str, size_t len); #ifdef __cplusplus } #endif #endif /* VAT_ES_H */